Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions proto/frequenz/api/common/v1alpha8/metrics/bounds.proto
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ package frequenz.api.common.v1alpha8.metrics;

// A set of lower and upper bounds for any metric.
// The units of the bounds are always the same as the related metric.
// If both are set, `lower` must be less than or equal to `upper`.
message Bounds {
// The lower bound.
// If absent, there is no lower bound.
Expand Down
Loading