Skip to content

Commit

Permalink
Merge branch 'main' of github.com:keyval-dev/odigos
Browse files Browse the repository at this point in the history
  • Loading branch information
alonkeyval committed Mar 11, 2024
2 parents caa3fa7 + 802b332 commit 06afb46
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion autoscaler/controllers/gateway/config/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,10 @@ func getBasicConfig() *commonconf.Config {
Receivers: commonconf.GenericMap{
"otlp": commonconf.GenericMap{
"protocols": commonconf.GenericMap{
"grpc": empty,
"grpc": commonconf.GenericMap{
// setting it to a large value to avoid dropping batches.
"max_recv_msg_size_mib": 128 * 1024 * 1024,
},
"http": empty,
},
},
Expand Down

0 comments on commit 06afb46

Please sign in to comment.