histogram.go: rename Extended PromQL to PromQL extensions to be more clear

This commit is contained in:
Aliaksandr Valialkin 2019-12-12 19:24:01 +02:00
parent fcb89496ec
commit 21c3ffd10e

View File

@ -34,7 +34,7 @@ const (
// - <counter> - 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(<metric_name>_bucket)` function from Extended PromQL in VictoriaMetrics.
// with `prometheus_buckets(<metric_name>_bucket)` function from PromQL extensions in VictoriaMetrics.
// (see https://github.com/VictoriaMetrics/VictoriaMetrics/wiki/ExtendedPromQL ):
//
// prometheus_buckets(request_duration_bucket)