Clarifying comment about bucket boundaries. (#64)

They shouldn't be changed within a timeseries if the backend doesn't
support this.
pull/66/head
easy 7 years ago committed by GitHub
parent 9ee1a1e2d6
commit 1cc330409b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      opencensus/proto/stats/metrics/metrics.proto

@ -222,6 +222,9 @@ message DistributionValue {
// one element, there are no finite buckets, and that single element is the
// common boundary of the overflow and underflow buckets. The values must
// be monotonically increasing.
//
// Don't change bucket boundaries within a timeseries if your backend
// doesn't support this.
repeated double bucket_bounds = 5;
message Bucket {

Loading…
Cancel
Save