List metric labels
Prometheus Querying
List metric labels
Returns Prometheus label names available to the authenticated workspace and organization for the requested time window.
GET
List metric labels
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Unix timestamp for the beginning of the discovery window. Defaults to one hour ago.
Unix timestamp for the end of the discovery window. Defaults to now.
Response
Label names.
Example:
["site_id", "interface", "job"]