diff --git a/docs/querying/api.md b/docs/querying/api.md index ba13a32b8..58d5c11eb 100644 --- a/docs/querying/api.md +++ b/docs/querying/api.md @@ -145,8 +145,8 @@ POST /api/v1/query_range URL query parameters: - `query=`: Prometheus expression query string. -- `start=`: Start timestamp. -- `end=`: End timestamp. +- `start=`: Start timestamp, inclusive. +- `end=`: End timestamp, inclusive. - `step=`: Query resolution step width in `duration` format or float number of seconds. - `timeout=`: Evaluation timeout. Optional. Defaults to and is capped by the value of the `-query.timeout` flag.