Skip to content

Commit

Permalink
Remove optional part from zero_threshold (open-telemetry#453)
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdandrutu authored and VinozzZ committed Jun 21, 2024
1 parent 3aed265 commit 1b4728c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions opentelemetry/proto/metrics/v1/metrics.proto
Original file line number Diff line number Diff line change
Expand Up @@ -599,10 +599,10 @@ message ExponentialHistogramDataPoint {
// ZeroThreshold may be optionally set to convey the width of the zero
// region. Where the zero region is defined as the closed interval
// [-ZeroThreshold, ZeroThreshold].
// When ZeroThreshold is unset or 0, zero count bucket stores
// values that cannot be expressed using the standard exponential formula as
// well as values that have been rounded to zero.
optional double zero_threshold = 14;
// When ZeroThreshold is 0, zero count bucket stores values that cannot be
// expressed using the standard exponential formula as well as values that
// have been rounded to zero.
double zero_threshold = 14;
}

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

0 comments on commit 1b4728c

Please sign in to comment.