range-query
Execute Prometheus range queries to retrieve time-series data over specified time intervals using PromQL expressions, start/end timestamps, and step resolution.
Instructions
Execute a range Prometheus query
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | PromQL query expression | |
| start | Yes | Start timestamp (RFC3339 or Unix timestamp) | |
| end | Yes | End timestamp (RFC3339 or Unix timestamp) | |
| step | Yes | Query resolution step width (e.g. '15s', '1m', '1h') | |
| timeout | No | Evaluation timeout (e.g. '30s') |