From 0ee6a1fa32c0388e4926e902806881addeb4fd11 Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Mon, 10 Feb 2020 23:05:09 +0200 Subject: [PATCH] Update url to MetricsQL in docs to Histogram --- histogram.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/histogram.go b/histogram.go index 88263cc..3ddf687 100644 --- a/histogram.go +++ b/histogram.go @@ -35,7 +35,7 @@ const ( // // Histogram buckets can be converted to Prometheus-like buckets with `le` labels // with `prometheus_buckets(_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) //