Skip to content

Commit 6fcbff6

Browse files
committed
Remove optional part from zero_threshold
Signed-off-by: Bogdan Drutu <[email protected]>
1 parent ff65814 commit 6fcbff6

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
@@ -565,10 +565,10 @@ message ExponentialHistogramDataPoint {
565565
// ZeroThreshold may be optionally set to convey the width of the zero
566566
// region. Where the zero region is defined as the closed interval
567567
// [-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;
572572
}
573573

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

0 commit comments

Comments
 (0)