-
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
[exporterhelper] Fix batch sender ignoring next senders in the chain #10287
[exporterhelper] Fix batch sender ignoring next senders in the chain #10287
Conversation
37ba8f9
to
fb80363
Compare
fb80363
to
b0af83c
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #10287 +/- ##
==========================================
+ Coverage 92.62% 92.65% +0.02%
==========================================
Files 386 386
Lines 18236 18232 -4
==========================================
Hits 16892 16892
+ Misses 1000 996 -4
Partials 344 344 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
b0af83c
to
92755ce
Compare
@lahsivjar @carsonip PTAL |
92755ce
to
411834b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thanks for the quick fix.
This change fixes a bug when the retry and timeout logic was not applied with enabled batching. The batch sender was ignoring the next senders in the chain.
f48bc1f
to
1808a52
Compare
This change fixes a bug when the retry and timeout logic was not applied with enabled batching. The batch sender was ignoring the next senders in the chain.
Fixes #10166