Skip to content

Commit

Permalink
PMM-13248 Upgrade buf and grpc packages (#3081)
Browse files Browse the repository at this point in the history
* PMM-13248 upgrade buf package

* PMM-13248 revert go.sum changes wrt percona-backup-mongodb

* PMM-13248 upgrade grpc packages

* PMM-13248 regenerate the code

* PMM-13248 upgrade grpc-gateway

* PMM-13248 regenerate the code
  • Loading branch information
ademidoff committed Jul 22, 2024
1 parent 0e63759 commit e297853
Show file tree
Hide file tree
Showing 101 changed files with 958 additions and 573 deletions.
6 changes: 3 additions & 3 deletions api/agentlocalpb/agentlocal.pb.gw.go

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

16 changes: 11 additions & 5 deletions api/agentlocalpb/agentlocal_grpc.pb.go

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

17 changes: 11 additions & 6 deletions api/agentpb/agent_grpc.pb.go

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

6 changes: 3 additions & 3 deletions api/inventorypb/agents.pb.gw.go

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

2 changes: 1 addition & 1 deletion api/inventorypb/agents.proto
Original file line number Diff line number Diff line change
Expand Up @@ -1232,7 +1232,7 @@ message AddExternalExporterRequest {
string metrics_path = 7;
// Listen port for scraping metrics.
uint32 listen_port = 8 [(validate.rules).uint32 = {
gt: 0,
gt: 0
lt: 65536
}];
// Custom user-assigned labels.
Expand Down
Loading

0 comments on commit e297853

Please sign in to comment.