Browse Source

Update functions.md

Add missing linefeed as requested by https://github.com/prometheus/prometheus/pull/11404#discussion_r1266625301

Signed-off-by: Guillaume Berche <guillaume.berche@orange.com>
pull/11404/head
Guillaume Berche 1 year ago committed by GitHub
parent
commit
f5fb37dbab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      docs/querying/functions.md

1
docs/querying/functions.md

@ -304,6 +304,7 @@ This second example has the same effect than the first example, and illustrates
```
label_replace(up{job="api-server",service="a:c"}, "foo", "$name", "service", "(?P<name>.*):(?P<version>.*)")
```
## `ln()`
`ln(v instant-vector)` calculates the natural logarithm for all elements in `v`.

Loading…
Cancel
Save