List tags by metric name
GET {{baseUrl}}/api/v2/metrics/:metric_name/all-tags
View indexed tag key-value pairs for a given metric name.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"data":{"attributes":{"tags":["sport:golf","sport:football","animal:dog"]},"id":"test.metric.latency","type":"metrics"}}