mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-09 23:24:05 -08:00
Document "<bool>" placeholder in API (#4465)
Signed-off-by: Julius Volz <julius.volz@gmail.com>
This commit is contained in:
parent
f1db699dff
commit
0c54cf489b
|
@ -52,6 +52,8 @@ selectors](basics.md#time-series-selectors) like `http_requests_total` or
|
|||
`<duration>` placeholders refer to Prometheus duration strings of the form
|
||||
`[0-9]+[smhdwy]`. For example, `5m` refers to a duration of 5 minutes.
|
||||
|
||||
`<bool>` placeholders refer to boolean values (strings `true` and `false`).
|
||||
|
||||
## Expression queries
|
||||
|
||||
Query language expressions may be evaluated at a single instant or over a range
|
||||
|
|
Loading…
Reference in a new issue