From 21c3ffd10efdc2bcd1e6177348741a0efc6c6b1d Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Thu, 12 Dec 2019 19:24:01 +0200 Subject: [PATCH] histogram.go: rename `Extended PromQL` to `PromQL extensions` to be more clear --- histogram.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/histogram.go b/histogram.go index 6db9b9f..88263cc 100644 --- a/histogram.go +++ b/histogram.go @@ -34,7 +34,7 @@ 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 from Extended PromQL in VictoriaMetrics. +// with `prometheus_buckets(_bucket)` function from PromQL extensions in VictoriaMetrics. // (see https://github.com/VictoriaMetrics/VictoriaMetrics/wiki/ExtendedPromQL ): // // prometheus_buckets(request_duration_bucket)