You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think this works as expected, gRPC otlp receiver respects the config. I would close this issue but feel free to reopen or start a new issue if this config is not enough.
Describe the bug
Correctness tests using golden dataset result in error when using the default batch process settings.
Steps to reproduce
Remove this line from correctness_test.go
send_batch_size: 1024
What did you expect to see?
Tests to pass.
What did you see instead?
grpc: received message larger than max (4987657 vs. 4194304)
What version did you use?
Version: 6dcfa47
What config did you use?
Config: See testbed/correctness/correctness_test.go
Environment
OS: OS X
Compiler(if manually compiled): go1.14.3 darwin/amd64
Additional context
The text was updated successfully, but these errors were encountered: