External DocumentationTo learn more, visit the Prometheus documentation.
Actions
Get Metric Metadata
Get a list of time series that match one or more label selectors.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Query | Metric to query. |
{
"status": "<string>",
"data": [
{
"__name__": "<string>",
"instance": "<string>",
"job": "<string>",
"quantile": "<string>"
},
{
"__name__": "<string>",
"instance": "<string>",
"job": "<string>",
"quantile": "<string>"
}
]
}
Was this page helpful?