diff --git a/docs/querying/functions.md b/docs/querying/functions.md index 9b58cc3195..bd67dba25d 100644 --- a/docs/querying/functions.md +++ b/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.*):(?P.*)") ``` + ## `ln()` `ln(v instant-vector)` calculates the natural logarithm for all elements in `v`.