Skip to main content
GET
/
api
/
agent-server
/
traces
/
stats
/
services
Get service statistics
curl --request GET \
  --url http://localhost:6060/api/agent-server/traces/stats/services
{
  "error": true,
  "message": "<string>",
  "data": {},
  "status": 123,
  "errorDetails": {}
}

Query Parameters

start_time
string<date-time>
end_time
string<date-time>

Response

Service stats retrieved successfully

error
boolean
message
string
data
object
status
integer
errorDetails
object