From 42f574d5ac2e0ae9aaa65db1e40b3b9524d99ab6 Mon Sep 17 00:00:00 2001 From: Julien Pivotto Date: Fri, 20 May 2022 21:43:58 +0200 Subject: [PATCH] Remove "This function was added in Prometheus 2.0" (#10719) Since Prometheus documentation is versioned, do not write down that a specific function was added in Prom 2.0, for consistency. Signed-off-by: Julien Pivotto --- docs/querying/functions.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/querying/functions.md b/docs/querying/functions.md index 94bd48632..d4236f0b8 100644 --- a/docs/querying/functions.md +++ b/docs/querying/functions.md @@ -411,8 +411,6 @@ expression is to be evaluated. `timestamp(v instant-vector)` returns the timestamp of each of the samples of the given vector as the number of seconds since January 1, 1970 UTC. -*This function was added in Prometheus 2.0* - ## `vector()` `vector(s scalar)` returns the scalar `s` as a vector with no labels.