Browse Source

docs: fix absent documentation (#6492)

Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
pull/6493/head
Julien Pivotto 5 years ago committed by Brian Brazil
parent
commit
06b4744793
  1. 4
      docs/querying/functions.md

4
docs/querying/functions.md

@ -36,8 +36,8 @@ absent(sum(nonexistent{job="myjob"}))
# => {}
```
In the second example, `absent()` tries to be smart about deriving labels of the
1-element output vector from the input vector.
In the first two examples, `absent()` tries to be smart about deriving labels
of the 1-element output vector from the input vector.
## `ceil()`

Loading…
Cancel
Save