Open Telemetry Source GRPC Max Message Size Configuration #22876
-
Hi Team, Error, message length too large: found 4327818 bytes, the limit is: 4194304 bytes After doing some research, it seems that 4194304 bytes is the default value. The recommended workarounds were either to reduce the batch size on the client (however there are still chances we could get batches with larger values than default) or to increase the max message size on the server. I went through the Vector Opentelemetry Source documentation and see nothing about configuring a max message size in the grpc source config. Am I missing something or is this currently not possible to set from Vector's side. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
We worked around this issue by using the HTTP endpoint for the open telemetry vector source. However it would be nice if the vector GRPC open telemetry server were configurable to accept a larger message size than default. Some of the things we send are pretty large, and even with a batch size of 64 on the client we go past this threshold |
Beta Was this translation helpful? Give feedback.
We worked around this issue by using the HTTP endpoint for the open telemetry vector source. However it would be nice if the vector GRPC open telemetry server were configurable to accept a larger message size than default. Some of the things we send are pretty large, and even with a batch size of 64 on the client we go past this threshold