mirror of
https://github.com/prometheus/prometheus
synced 2024-12-28 09:42:22 +00:00
Api docs: fix link to time durations
Signed-off-by: Ted Robertson <10043369+tredondo@users.noreply.github.com>
This commit is contained in:
parent
6555cc68ca
commit
08de38b700
@ -55,7 +55,7 @@ timestamps are always represented as Unix timestamps in seconds.
|
|||||||
* `<series_selector>`: Prometheus [time series
|
* `<series_selector>`: Prometheus [time series
|
||||||
selectors](basics.md#time-series-selectors) like `http_requests_total` or
|
selectors](basics.md#time-series-selectors) like `http_requests_total` or
|
||||||
`http_requests_total{method=~"(GET|POST)"}` and need to be URL-encoded.
|
`http_requests_total{method=~"(GET|POST)"}` and need to be URL-encoded.
|
||||||
* `<duration>`: [Prometheus duration strings](basics.md#time_durations).
|
* `<duration>`: [Prometheus duration strings](basics.md#time-durations).
|
||||||
For example, `5m` refers to a duration of 5 minutes.
|
For example, `5m` refers to a duration of 5 minutes.
|
||||||
* `<bool>`: boolean values (strings `true` and `false`).
|
* `<bool>`: boolean values (strings `true` and `false`).
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user