histogram.go: add a link to https://github.com/VictoriaMetrics/VictoriaMetrics/wiki/ExtendedPromQL in Histogram docs
This commit is contained in:
parent
4d9d3a095f
commit
ddbf13fd17
@ -34,7 +34,8 @@ const (
|
|||||||
// - <counter> - the number of hits to the given bucket during Update* calls
|
// - <counter> - the number of hits to the given bucket during Update* calls
|
||||||
//
|
//
|
||||||
// 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 in VictoriaMetrics:
|
// with `prometheus_buckets(<metric_name>_bucket)` function from Extended PromQL in VictoriaMetrics.
|
||||||
|
// (see https://github.com/VictoriaMetrics/VictoriaMetrics/wiki/ExtendedPromQL ):
|
||||||
//
|
//
|
||||||
// prometheus_buckets(request_duration_bucket)
|
// prometheus_buckets(request_duration_bucket)
|
||||||
//
|
//
|
||||||
|
Loading…
Reference in New Issue
Block a user