mirror of
https://github.com/prometheus/prometheus.git
synced 2024-12-26 14:09:41 -08:00
docs: fix absent documentation (#6492)
Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
This commit is contained in:
parent
f315c69129
commit
06b4744793
|
@ -36,8 +36,8 @@ absent(sum(nonexistent{job="myjob"}))
|
||||||
# => {}
|
# => {}
|
||||||
```
|
```
|
||||||
|
|
||||||
In the second example, `absent()` tries to be smart about deriving labels of the
|
In the first two examples, `absent()` tries to be smart about deriving labels
|
||||||
1-element output vector from the input vector.
|
of the 1-element output vector from the input vector.
|
||||||
|
|
||||||
## `ceil()`
|
## `ceil()`
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue