Skip to main content

Find time series

GET 

/series

Returns the list of time series that match a certain label set. At least one match[] parameter must be provided.

This endpoint returns one entry per matching metric name; each entry contains only the __name__ label, for example {"__name__": "reliability"}. It lists the public-schema metrics that match the selectors — it does not enumerate the distinct project, slo, objective, and service label combinations that exist as individual series, and it does not read stored data.

warning

To list concrete label values such as projects, SLOs, and services, use /label/{label_name}/values.

Request

Responses

Successful series retrieval