mirror of
https://github.com/prometheus/prometheus.git
synced 2025-02-02 08:31:11 -08:00
Merge pull request #9128 from prometheus/richih/1
Make clear that start/end are inclusive
This commit is contained in:
commit
003b7b2172
|
@ -145,8 +145,8 @@ POST /api/v1/query_range
|
||||||
URL query parameters:
|
URL query parameters:
|
||||||
|
|
||||||
- `query=<string>`: Prometheus expression query string.
|
- `query=<string>`: Prometheus expression query string.
|
||||||
- `start=<rfc3339 | unix_timestamp>`: Start timestamp.
|
- `start=<rfc3339 | unix_timestamp>`: Start timestamp, inclusive.
|
||||||
- `end=<rfc3339 | unix_timestamp>`: End timestamp.
|
- `end=<rfc3339 | unix_timestamp>`: End timestamp, inclusive.
|
||||||
- `step=<duration | float>`: Query resolution step width in `duration` format or float number of seconds.
|
- `step=<duration | float>`: Query resolution step width in `duration` format or float number of seconds.
|
||||||
- `timeout=<duration>`: Evaluation timeout. Optional. Defaults to and
|
- `timeout=<duration>`: Evaluation timeout. Optional. Defaults to and
|
||||||
is capped by the value of the `-query.timeout` flag.
|
is capped by the value of the `-query.timeout` flag.
|
||||||
|
|
Loading…
Reference in a new issue