Fix typo in bucket bounds. (#178)

pull/181/head
rghetia 6 years ago committed by Bogdan Drutu
parent ca9d8b3463
commit c9cc5de725
  1. 2
      src/opencensus/proto/metrics/v1/metrics.proto

@ -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;

Loading…
Cancel
Save