Skip to content
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

[chore] [exporterhelper] Fix requeuing of partially failed request #8992

Merged
merged 1 commit into from
Nov 27, 2023

Conversation

dmitryax
Copy link
Member

After #8985, the whole request is requeued even with the partial request error. This change fixes it and restores the previous behavior. No changelog is needed since the bug is not released yet.

After open-telemetry#8985, the whole request is requeued even with the partial request error. This change fixes it and restores the previous behavior. No changelog is needed since the bug is not released yet.
@dmitryax dmitryax requested review from a team and djaglowski November 27, 2023 02:13
Copy link

codecov bot commented Nov 27, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (8cec790) 91.55% compared to head (68d0da6) 91.56%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #8992   +/-   ##
=======================================
  Coverage   91.55%   91.56%           
=======================================
  Files         315      316    +1     
  Lines       17117    17121    +4     
=======================================
+ Hits        15672    15676    +4     
  Misses       1150     1150           
  Partials      295      295           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@dmitryax dmitryax merged commit 0ae738f into open-telemetry:main Nov 27, 2023
31 checks passed
@github-actions github-actions bot added this to the next release milestone Nov 27, 2023
@dmitryax dmitryax deleted the fix-partial-errors branch November 27, 2023 02:29
pantuza pushed a commit to pantuza/opentelemetry-collector that referenced this pull request Dec 8, 2023
…pen-telemetry#8992)

After
open-telemetry#8985, the
whole request is requeued even with the partial request error. This
change fixes it and restores the previous behavior. No changelog is
needed since the bug is not released yet.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants