Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

Commit

Permalink
Fix typo in bucket bounds. (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
rghetia authored and Bogdan Drutu committed Feb 25, 2019
1 parent ca9d8b3 commit c9cc5de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/opencensus/proto/metrics/v1/metrics.proto
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ message DistributionValue {
//
// [0, bucket_bounds[i]) for i == 0
// [bucket_bounds[i-1], bucket_bounds[i]) for 0 < i < N-1
// [bucket_bounds[i-1], +infinity) for i == N-1
// [bucket_bounds[i], +infinity) for i == N-1
message Explicit {
// The values must be strictly increasing and > 0.
repeated double bounds = 1;
Expand Down

0 comments on commit c9cc5de

Please sign in to comment.