Appearance
Get app metrics.
GET
/backend/v1/app/metrics
Returns the list of metrics such as the available bd connections,
available threads, load stats and worker stats.
Responses
Successful Response
application/json
JSON
{
"availableDbConnections": 0,
"availableThreads": 0,
"loadStats": {
"estimatedProcessingTime": 0,
"queued": 0,
"sizeQueued": 0
},
"requestsLastSecond": 0,
"workerStats": {
"additionalProperties": {
}
}
}