From f5fb37dbabf29822ce9ad8461d289ba801d96dab Mon Sep 17 00:00:00 2001 From: Guillaume Berche Date: Wed, 19 Jul 2023 08:27:15 +0200 Subject: [PATCH] Update functions.md Add missing linefeed as requested by https://github.com/prometheus/prometheus/pull/11404#discussion_r1266625301 Signed-off-by: Guillaume Berche --- docs/querying/functions.md | 1 + 1 file changed, 1 insertion(+) 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`.