queryRange
QueryRange is a term used to describe the process or endpoint for performing range queries on time series data. It is commonly associated with the Prometheus ecosystem, where a range query is executed over a specified time window to retrieve historical values of one or more time series. In many client libraries and documentation, the operation is referred to as queryRange, even though the underlying HTTP endpoint in Prometheus is typically exposed as query_range.
In practice, queryRange is implemented as a range query against a data source that supports PromQL. A
The response of a queryRange request is a structured data payload. It typically contains a status indicator
Common use cases for queryRange include charting and analysis in dashboards, performance monitoring, and historical trend
See also: the Prometheus query_range API endpoint, PromQL range vectors, and dashboarding tools that consume range