From e17d18a0433a78b204dff7c3dbf33ff216471ed9 Mon Sep 17 00:00:00 2001 From: Julien Pivotto Date: Sat, 25 Jul 2020 00:21:50 +0200 Subject: [PATCH] docs: Fix type of the histogram_quantile function (#7666) Signed-off-by: Julien Pivotto --- docs/querying/functions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/querying/functions.md b/docs/querying/functions.md index 0698658b5..2adaecf00 100644 --- a/docs/querying/functions.md +++ b/docs/querying/functions.md @@ -139,7 +139,7 @@ to the nearest integer. ## `histogram_quantile()` -`histogram_quantile(φ float, b instant-vector)` calculates the φ-quantile (0 ≤ φ +`histogram_quantile(φ scalar, b instant-vector)` calculates the φ-quantile (0 ≤ φ ≤ 1) from the buckets `b` of a [histogram](https://prometheus.io/docs/concepts/metric_types/#histogram). (See [histograms and summaries](https://prometheus.io/docs/practices/histograms) for