Skip to content

Commit

Permalink
allow zero for the histogram buckets
Browse files Browse the repository at this point in the history
  • Loading branch information
wangbaiping authored and StarryVae committed Sep 21, 2023
1 parent 27d3c59 commit 8b49fe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/envoy/config/metrics/v3/stats.proto
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ message HistogramBucketSettings {
repeated double buckets = 2 [(validate.rules).repeated = {
min_items: 1
unique: true
items {double {gt: 0.0}}
items {double {gte: 0.0}}
}];
}

Expand Down

0 comments on commit 8b49fe7

Please sign in to comment.