docs: Fix type of the histogram_quantile function (#7666)

Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
pull/7668/head
Julien Pivotto 4 years ago committed by GitHub
parent 9f9fb1ab33
commit e17d18a043
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -139,7 +139,7 @@ to the nearest integer.
## `histogram_quantile()` ## `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 ≤ 1) from the buckets `b` of a
[histogram](https://prometheus.io/docs/concepts/metric_types/#histogram). (See [histogram](https://prometheus.io/docs/concepts/metric_types/#histogram). (See
[histograms and summaries](https://prometheus.io/docs/practices/histograms) for [histograms and summaries](https://prometheus.io/docs/practices/histograms) for

Loading…
Cancel
Save