Skip to content

Commit

Permalink
remove limit on breakdown
Browse files Browse the repository at this point in the history
  • Loading branch information
gernest committed Feb 8, 2024
1 parent f4da594 commit 65e5a6b
Show file tree
Hide file tree
Showing 2 changed files with 90 additions and 101 deletions.
190 changes: 90 additions & 100 deletions gen/go/staples/v1/stats.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion proto/staples/v1/stats.proto
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ message BreakDown {
repeated Property property = 2 [ (buf.validate.field).required = true ];
TimePeriod period = 3;
repeated Metric metrics = 4;
uint32 limit = 5 [ (buf.validate.field).fixed64.lt = 1000 ];
repeated Filter filters = 6;
}

Expand Down

0 comments on commit 65e5a6b

Please sign in to comment.