mirror of
https://github.com/prometheus/prometheus.git
synced 2025-02-02 08:31:11 -08:00
update missed suggested change from code review
Signed-off-by: Jeanette Tan <jeanette.tan@grafana.com>
This commit is contained in:
parent
d3318c21a3
commit
a6d788b1be
5
promql/promqltest/testdata/histograms.test
vendored
5
promql/promqltest/testdata/histograms.test
vendored
|
@ -25,9 +25,8 @@ load_with_nhcb 5m
|
||||||
testhistogram2_bucket{le="6"} 0+3x10
|
testhistogram2_bucket{le="6"} 0+3x10
|
||||||
testhistogram2_bucket{le="+Inf"} 0+3x10
|
testhistogram2_bucket{le="+Inf"} 0+3x10
|
||||||
|
|
||||||
# Another test histogram, where there are 0 counts where there is
|
# Another test histogram, this time without any observations in the +Inf bucket.
|
||||||
# an infinite bound, allowing us to calculate standard deviation
|
# This enables a meaningful calculation of standard deviation and variance.
|
||||||
# and variance properly.
|
|
||||||
load_with_nhcb 5m
|
load_with_nhcb 5m
|
||||||
testhistogram3_bucket{le="0", start="positive"} 0+0x10
|
testhistogram3_bucket{le="0", start="positive"} 0+0x10
|
||||||
testhistogram3_bucket{le="0.1", start="positive"} 0+5x10
|
testhistogram3_bucket{le="0.1", start="positive"} 0+5x10
|
||||||
|
|
Loading…
Reference in a new issue