Issues or mis-use of histogram metrics #3344
Labels
bug
Something isn't working
duplicate
This issue or pull request already exists
pkg:exporter:prometheus
Related to the Prometheus exporter package
Milestone
I created a custom histogram bucket:
ExplicitBucketHistogram{
Boundaries: []float64{0.5, 1, 2.5, 5, 10, 20, 40, 60, 80, 120, 160, 240, 320, 480, 640},
}),
and then I add a histogram metric data point: 200
I am expecting to see 5 buckets to have counter: 1 but only 2 buckets instead. Could you please help ?
unity_event_1_bucket{namespace="evd-cia3dviz",le="240"} 1
unity_event_1_bucket{namespace="evd-cia3dviz",le="320"} 0
unity_event_1_bucket{namespace="evd-cia3dviz",le="480"} 0
unity_event_1_bucket{namespace="evd-cia3dviz",le="640"} 0
unity_event_1_bucket{namespace="evd-cia3dviz",le="+Inf"} 1
version:
The text was updated successfully, but these errors were encountered: