Get total counter value.
cURL
curl --request GET \ --url https://api.example.com/v1/telemetry/counters/{metric_name}/total
{ "metric": "<string>", "total_count": 123, "labels": { "agent_id": "<string>", "deployment_environment": "<string>", "exported_job": "<string>", "job": "<string>", "service_name": "<string>", "service_namespace": "<string>", "service_version": "<string>", "team_id": "<string>", "user_id": "<string>", "evaluation_id": "<string>" } }
Time range: 15m, 30m, 1h, 2h, 6h, 1d, 7d, 30d
15m
30m
1h
2h
6h
1d
7d
30d
Filter by evaluation ID
Filter by test ID
Filter by probe ID
Filter by agent configuration ID
Successful Response
Response model for counter total with metric and label information
Metric name
Total counter value
Structured metric labels
Hide child attributes
Agent ID (same as agent_configuration_id)
Deployment environment (e.g., production, staging)
Exported job identifier
Job name (e.g., otel-collector)
Service name (e.g., vijil.dome)
Service namespace
Service version
Team ID
User ID
Evaluation ID filter
Was this page helpful?