mirror of
https://github.com/prometheus/prometheus.git
synced 2024-12-26 06:04:05 -08:00
docs: added undocumented step api parameter format (#4360)
This commit is contained in:
parent
a155b6d29d
commit
504acf4a0a
|
@ -132,7 +132,7 @@ 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.
|
||||||
- `end=<rfc3339 | unix_timestamp>`: End timestamp.
|
- `end=<rfc3339 | unix_timestamp>`: End timestamp.
|
||||||
- `step=<duration>`: Query resolution step width.
|
- `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