cURL
curl --request GET \ --url https://api.qyl.dev/v1/metrics/{metricName}
{ "name": "<string>", "type": "gauge", "label_keys": [ "<string>" ], "services": [ "<string>" ], "description": "<string>", "unit": "<string>" }
Get metric metadata
The request has succeeded.
Metric metadata
Metric name
Metric type
gauge
sum
histogram
exponential_histogram
summary
Available label keys
Services reporting this metric
Metric description
Metric unit
Was this page helpful?