File tree 1 file changed +4
-4
lines changed
opentelemetry/proto/metrics/v1
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -599,10 +599,10 @@ message ExponentialHistogramDataPoint {
599
599
// ZeroThreshold may be optionally set to convey the width of the zero
600
600
// region. Where the zero region is defined as the closed interval
601
601
// [-ZeroThreshold, ZeroThreshold].
602
- // When ZeroThreshold is unset or 0, zero count bucket stores
603
- // values that cannot be expressed using the standard exponential formula as
604
- // well as values that have been rounded to zero.
605
- optional double zero_threshold = 14 ;
602
+ // When ZeroThreshold is 0, zero count bucket stores values that cannot be
603
+ // expressed using the standard exponential formula as well as values that
604
+ // have been rounded to zero.
605
+ double zero_threshold = 14 ;
606
606
}
607
607
608
608
// SummaryDataPoint is a single data point in a timeseries that describes the
You can’t perform that action at this time.
0 commit comments