Add detailed statistics API v2 documentation and implement frontend components for displaying statistics
This commit is contained in:
@@ -1,21 +1,21 @@
|
||||
{
|
||||
"users": 8,
|
||||
"tasks": 5,
|
||||
"chains": 3,
|
||||
"tasks": 20,
|
||||
"chains": 2,
|
||||
"submissions": {
|
||||
"total": 8,
|
||||
"accepted": 5,
|
||||
"rejected": 3,
|
||||
"pending": 0,
|
||||
"inProgress": 0
|
||||
"total": 95,
|
||||
"accepted": 38,
|
||||
"rejected": 42,
|
||||
"pending": 8,
|
||||
"inProgress": 7
|
||||
},
|
||||
"averageCheckTimeMs": 3275,
|
||||
"averageCheckTimeMs": 2143,
|
||||
"queue": {
|
||||
"queueLength": 0,
|
||||
"waiting": 0,
|
||||
"inProgress": 0,
|
||||
"maxConcurrency": 5,
|
||||
"currentlyProcessing": 0
|
||||
"queueLength": 15,
|
||||
"waiting": 8,
|
||||
"inProgress": 7,
|
||||
"maxConcurrency": 10,
|
||||
"currentlyProcessing": 7
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user