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

Commit c9cc5de

Browse files
rghetiaBogdan Drutu
authored andcommitted
Fix typo in bucket bounds. (#178)
1 parent ca9d8b3 commit c9cc5de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/opencensus/proto/metrics/v1/metrics.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ message DistributionValue {
218218
//
219219
// [0, bucket_bounds[i]) for i == 0
220220
// [bucket_bounds[i-1], bucket_bounds[i]) for 0 < i < N-1
221-
// [bucket_bounds[i-1], +infinity) for i == N-1
221+
// [bucket_bounds[i], +infinity) for i == N-1
222222
message Explicit {
223223
// The values must be strictly increasing and > 0.
224224
repeated double bounds = 1;

0 commit comments

Comments
 (0)