From a6d788b1beabf015d33aab74dbb3b06331aaefb4 Mon Sep 17 00:00:00 2001 From: Jeanette Tan Date: Thu, 20 Jun 2024 22:49:00 +0800 Subject: [PATCH] update missed suggested change from code review Signed-off-by: Jeanette Tan --- promql/promqltest/testdata/histograms.test | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/promql/promqltest/testdata/histograms.test b/promql/promqltest/testdata/histograms.test index b7214cfad..9abdaa7f6 100644 --- a/promql/promqltest/testdata/histograms.test +++ b/promql/promqltest/testdata/histograms.test @@ -25,9 +25,8 @@ load_with_nhcb 5m testhistogram2_bucket{le="6"} 0+3x10 testhistogram2_bucket{le="+Inf"} 0+3x10 -# Another test histogram, where there are 0 counts where there is -# an infinite bound, allowing us to calculate standard deviation -# and variance properly. +# Another test histogram, this time without any observations in the +Inf bucket. +# This enables a meaningful calculation of standard deviation and variance. load_with_nhcb 5m testhistogram3_bucket{le="0", start="positive"} 0+0x10 testhistogram3_bucket{le="0.1", start="positive"} 0+5x10