mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-09 23:24:05 -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:
|
||||
|
||||
- `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 a new issue