Skip to content

Commit 0b576a6

Browse files
bogdandrutuVinozzZ
authored andcommitted
Remove optional part from zero_threshold (open-telemetry#453)
1 parent 51ffa33 commit 0b576a6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

opentelemetry/proto/metrics/v1/metrics.proto

+4-4
Original file line numberDiff line numberDiff line change
@@ -599,10 +599,10 @@ message ExponentialHistogramDataPoint {
599599
// ZeroThreshold may be optionally set to convey the width of the zero
600600
// region. Where the zero region is defined as the closed interval
601601
// [-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;
606606
}
607607

608608
// SummaryDataPoint is a single data point in a timeseries that describes the

0 commit comments

Comments
 (0)