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) //