Skip to content

Commit

Permalink
Update opentelemetry/proto/metrics/v1/metrics.proto
Browse files Browse the repository at this point in the history
Fix field name

Co-authored-by: Bogdan Drutu <[email protected]>
  • Loading branch information
tigrannajaryan and Bogdan Drutu committed May 11, 2023
1 parent f61a857 commit 77df163
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions opentelemetry/proto/metrics/v1/metrics.proto
Original file line number Diff line number Diff line change
Expand Up @@ -536,8 +536,8 @@ message ExponentialHistogramDataPoint {
// Note: This uses a varint encoding as a simple form of compression.
sint32 offset = 1;

// BucketCounts is an array of count values, where BucketCounts[i] carries
// the count of the bucket at index (offset+i). BucketCounts[i] is the count
// bucket_counts is an array of count values, where bucket_counts[i] carries
// the count of the bucket at index (offset+i). bucket_counts[i] is the count
// of values greater than base^(offset+i) and less than or equal to
// base^(offset+i+1).
//
Expand Down

0 comments on commit 77df163

Please sign in to comment.