Skip to content

Commit

Permalink
Apply feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler Yahn committed Mar 14, 2020
1 parent 6dc35b9 commit 13c8eba
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 18 deletions.
13 changes: 4 additions & 9 deletions gen/go/metrics/v1/metrics.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 4 additions & 9 deletions opentelemetry/proto/metrics/v1/metrics.proto
Original file line number Diff line number Diff line change
Expand Up @@ -341,16 +341,11 @@ message SummaryDataPoint {

// Represents the value at a given percentile of a distribution.
//
// To support the Min and Max values of a MinMaxSumCount aggregation the
// following conventions are used:
// - The 100th percentile is equivalent to the maximum value observed
// so can be used as a stand in for the Max value.
// - Set the 0th percentile to the Min value. This is mathematically
// incorrect, but the most suitable way to transmit this data with the
// existing metric kinds.
// To record Min and Max values following conventions are used:
// - The 100th percentile is equivalent to the maximum value observed.
// - The 0th percentile is equivalent to the minimum value observed.
//
// For more information about work underway to better support the
// MinMaxSumCount aggregation refer to:
// See the following issue for more context:
// https://github.com/open-telemetry/opentelemetry-proto/issues/125
message ValueAtPercentile {
// The percentile of a distribution. Must be in the interval
Expand Down

0 comments on commit 13c8eba

Please sign in to comment.