Acontext
AdminV1ProjectProject_idMetrics

Analyze project metrics

GET
/admin/v1/project/{project_id}/metrics

Get metrics for a project by querying Jaeger API with project_id filter

Path Parameters

project_id*string

Project ID

Formatuuid

Response Body

application/json

curl -X GET "https://loading/api/v1/admin/v1/project/497f6eca-6276-4993-bfeb-53cbbbba6f08/metrics"
{
  "code": 0,
  "error": "string",
  "msg": "string"
}