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

Commit 1cc3304

Browse files
authored
Clarifying comment about bucket boundaries. (#64)
They shouldn't be changed within a timeseries if the backend doesn't support this.
1 parent 9ee1a1e commit 1cc3304

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

opencensus/proto/stats/metrics/metrics.proto

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,9 @@ message DistributionValue {
222222
// one element, there are no finite buckets, and that single element is the
223223
// common boundary of the overflow and underflow buckets. The values must
224224
// be monotonically increasing.
225+
//
226+
// Don't change bucket boundaries within a timeseries if your backend
227+
// doesn't support this.
225228
repeated double bucket_bounds = 5;
226229

227230
message Bucket {

0 commit comments

Comments
 (0)