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 @@ -565,10 +565,10 @@ message ExponentialHistogramDataPoint {
565
565
// ZeroThreshold may be optionally set to convey the width of the zero
566
566
// region. Where the zero region is defined as the closed interval
567
567
// [-ZeroThreshold, ZeroThreshold].
568
- // When ZeroThreshold is unset or 0, zero count bucket stores
569
- // values that cannot be expressed using the standard exponential formula as
570
- // well as values that have been rounded to zero.
571
- optional double zero_threshold = 14 ;
568
+ // When ZeroThreshold is 0, zero count bucket stores values that cannot be
569
+ // expressed using the standard exponential formula as well as values that
570
+ // have been rounded to zero.
571
+ double zero_threshold = 14 ;
572
572
}
573
573
574
574
// SummaryDataPoint is a single data point in a timeseries that describes the
You can’t perform that action at this time.
0 commit comments