-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add bytes limit feature to batch processor #8272
Comments
The byte size depends a lot on the final exporter protocol / encoding. |
It does make sense. So is the best way to handle this in the final exporter? However, This doesn't feel very generic. |
This is something we can have once #8122 is implemented |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
When I use Otel, I find it very difficult to limit the bytes size of a request to the destination. The 'sendBatchMaxSize' in batch processor only limits the number of logs, not the bytes size. If the size of a request cannot be accurately limited, it will cause some trouble to the receiving end.
Describe the solution you'd like
Maybe we can add a feature that limits the bytes size of a batch into the batch processor.
The text was updated successfully, but these errors were encountered: