Update url to MetricsQL in docs to Histogram

This commit is contained in:
Aliaksandr Valialkin 2020-02-10 23:05:09 +02:00
parent e6d6f46b5d
commit 0ee6a1fa32

View File

@ -35,7 +35,7 @@ const (
//
// Histogram buckets can be converted to Prometheus-like buckets with `le` labels
// with `prometheus_buckets(<metric_name>_bucket)` function from PromQL extensions in VictoriaMetrics.
// (see https://github.com/VictoriaMetrics/VictoriaMetrics/wiki/ExtendedPromQL ):
// (see https://github.com/VictoriaMetrics/VictoriaMetrics/wiki/MetricsQL ):
//
// prometheus_buckets(request_duration_bucket)
//