range_query
Run a PromQL range query over a time window and get evidence-based reliability checks. If sample coverage is low, the response flags trends as unreliable, so you can trust or question the results.
Instructions
Run a PromQL range query over a time window. The response includes an evidence block with sample coverage; if samples per series are low the evidence will say trends are unreliable, and that warning must be surfaced to the user.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | Yes | Window end, RFC3339 or unix timestamp | |
| step | No | Resolution step, e.g. 30s, 5m | 60s |
| start | Yes | Window start, RFC3339 or unix timestamp | |
| promql | Yes | The PromQL expression to evaluate |