diff --git a/internal/testdata/metric.go b/internal/testdata/metric.go index 9cfdb9392d3..977f64f753d 100644 --- a/internal/testdata/metric.go +++ b/internal/testdata/metric.go @@ -249,7 +249,7 @@ func initExponentialHistogramMetric(hm pmetric.Metric) { hdp1.SetTimestamp(TestMetricTimestamp) hdp1.SetCount(3) hdp1.SetSum(1.25) - hdp1.SetMin(0.25) + hdp1.SetMin(0) hdp1.SetMax(1) hdp1.SetZeroCount(1) hdp1.SetScale(-1)