get_prometheus_label_values
Retrieve all values for a specific label from Prometheus data sources to filter metrics and analyze monitoring data effectively.
Instructions
Get all values for a specific label from a Prometheus datasource
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| datasourceUid | Yes | The Prometheus datasource UID | |
| label | Yes | The label name to get values for | |
| start | No | Start time (RFC3339 or Unix timestamp) | |
| end | No | End time (RFC3339 or Unix timestamp) |