change link to metricsql in histogram.go
Signed-off-by: Artem Navoiev <tenmozes@gmail.com>
This commit is contained in:
parent
4d19f45b19
commit
1efad2cf86
@ -36,7 +36,7 @@ var bucketMultiplier = math.Pow(10, 1.0/bucketsPerDecimal)
|
|||||||
//
|
//
|
||||||
// Histogram buckets can be converted to Prometheus-like buckets with `le` labels
|
// Histogram buckets can be converted to Prometheus-like buckets with `le` labels
|
||||||
// with `prometheus_buckets(<metric_name>_bucket)` function from PromQL extensions in VictoriaMetrics.
|
// with `prometheus_buckets(<metric_name>_bucket)` function from PromQL extensions in VictoriaMetrics.
|
||||||
// (see https://github.com/VictoriaMetrics/VictoriaMetrics/wiki/MetricsQL ):
|
// (see https://docs.victoriametrics.com/metricsql/ ):
|
||||||
//
|
//
|
||||||
// prometheus_buckets(request_duration_bucket)
|
// prometheus_buckets(request_duration_bucket)
|
||||||
//
|
//
|
||||||
|
Loading…
Reference in New Issue
Block a user