-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Avoid the exporter for being stuck when telemetry data is bigger than batch.max_size #12982
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
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #12982 +/- ##
==========================================
- Coverage 91.29% 91.28% -0.01%
==========================================
Files 509 510 +1
Lines 28735 28819 +84
==========================================
+ Hits 26233 26307 +74
- Misses 1988 1996 +8
- Partials 514 516 +2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
@iblancasa can you please split the PR in two? One fixes the bug, another adds the telemetry |
Sure :) |
a129a87
to
5b46dc5
Compare
@dmitryax the PR is ready for another review |
70aae5f
to
16d9ebd
Compare
… batch.max_size Signed-off-by: Israel Blancas <iblancasa@gmail.com>
Description
This change fixes a bug where the exporter would get stuck when the telemetry data is bigger than batch.max_size. The bug was causing the OpenTelemetry Collector to hang and being OOM Killed at some point.
Link to tracking issue
Fixes #12893