Make clear that start/end are inclusive
Fixes: https://github.com/prometheus/prometheus/issues/9100 Signed-off-by: Richard Hartmann <richih@richih.org>
This commit is contained in:
parent
ed24e51e7c
commit
d68d3983d8
|
@ -145,8 +145,8 @@ POST /api/v1/query_range
|
|||
URL query parameters:
|
||||
|
||||
- `query=<string>`: Prometheus expression query string.
|
||||
- `start=<rfc3339 | unix_timestamp>`: Start timestamp.
|
||||
- `end=<rfc3339 | unix_timestamp>`: End timestamp.
|
||||
- `start=<rfc3339 | unix_timestamp>`: Start timestamp, inclusive.
|
||||
- `end=<rfc3339 | unix_timestamp>`: End timestamp, inclusive.
|
||||
- `step=<duration | float>`: Query resolution step width in `duration` format or float number of seconds.
|
||||
- `timeout=<duration>`: Evaluation timeout. Optional. Defaults to and
|
||||
is capped by the value of the `-query.timeout` flag.
|
||||
|
|
Loading…
Reference in New Issue