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

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"data":{"attributes":{"distinct_volume":"\u003clong\u003e"},"id":"\u003cstring\u003e","type":"distinct_metric_volumes"}}