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