cURL
curl --request GET \ --url https://api.qyl.dev/v1/metrics
{ "items": [ { "name": "<string>", "type": "gauge", "label_keys": [ "<string>" ], "services": [ "<string>" ], "description": "<string>", "unit": "<string>" } ], "has_more": true, "next_cursor": "<string>", "prev_cursor": "<string>" }
List available metrics
Service name filter
Metric name pattern
Page size
1 <= x <= 1000
Cursor
The request has succeeded.
Cursor-based paginated response wrapper
List of items in this page
Show child attributes
Whether there are more items available
Cursor for the next page (null if no more pages)
Cursor for the previous page (null if first page)
Was this page helpful?