From ddbf13fd1762a5b563194baa8ba04406d364e4e4 Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Wed, 27 Nov 2019 14:06:17 +0200 Subject: [PATCH] histogram.go: add a link to https://github.com/VictoriaMetrics/VictoriaMetrics/wiki/ExtendedPromQL in Histogram docs --- histogram.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/histogram.go b/histogram.go index 5d3b0fc..6db9b9f 100644 --- a/histogram.go +++ b/histogram.go @@ -34,7 +34,8 @@ const ( // - - the number of hits to the given bucket during Update* calls // // Histogram buckets can be converted to Prometheus-like buckets with `le` labels -// with `prometheus_buckets(_bucket)` function in VictoriaMetrics: +// with `prometheus_buckets(_bucket)` function from Extended PromQL in VictoriaMetrics. +// (see https://github.com/VictoriaMetrics/VictoriaMetrics/wiki/ExtendedPromQL ): // // prometheus_buckets(request_duration_bucket) //