get_prometheus_series
Retrieve Prometheus time series data by specifying label matchers, datasource, and time range for metrics analysis and monitoring.
Instructions
Find series matching label matchers from a Prometheus datasource
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| datasourceUid | Yes | The Prometheus datasource UID | |
| match | Yes | Series selector as label matchers (e.g., ["{job=\"prometheus\"}"]) | |
| start | No | Start time (RFC3339 or Unix timestamp) | |
| end | No | End time (RFC3339 or Unix timestamp) |