vm_query_range
Query time series data within a specified range using PromQL expressions, with customizable start, end, and step parameters for precise analysis.
Instructions
Query time series over a time range
Input Schema
Name | Required | Description | Default |
---|---|---|---|
end | No | End timestamp in Unix seconds | |
query | Yes | PromQL expression | |
start | No | Start timestamp in Unix seconds | |
step | No | Query resolution step width |