From 1cc330409bcd998ebf9bf9ae4ec3916cf350bce8 Mon Sep 17 00:00:00 2001 From: easy Date: Thu, 14 Jun 2018 15:46:04 -0700 Subject: [PATCH] Clarifying comment about bucket boundaries. (#64) They shouldn't be changed within a timeseries if the backend doesn't support this. --- opencensus/proto/stats/metrics/metrics.proto | 3 +++ 1 file changed, 3 insertions(+) diff --git a/opencensus/proto/stats/metrics/metrics.proto b/opencensus/proto/stats/metrics/metrics.proto index d87ad3a..faede50 100644 --- a/opencensus/proto/stats/metrics/metrics.proto +++ b/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 {