range-query
Run PromQL queries across a specified time range with start, end, and step parameters to retrieve Prometheus metric history for graphing and analysis.
Instructions
Execute a range Prometheus query
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | Yes | End timestamp (RFC3339 or Unix timestamp) | |
| step | Yes | Query resolution step width (e.g. '15s', '1m', '1h') | |
| query | Yes | PromQL query expression | |
| start | Yes | Start timestamp (RFC3339 or Unix timestamp) | |
| timeout | No | Evaluation timeout (e.g. '30s') |