List distinct metric volumes by metric name
GET {{baseUrl}}/api/v2/metrics/:metric_name/volumes
View distinct metrics volumes for the given metric name.
Custom metrics generated in-app from other products will return null
for ingested volumes.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"data":{"attributes":{"distinct_volume":10},"id":"test.metric.latency","type":"distinct_metric_volumes"}}