-
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 batchprocessor support for client metadata #7578
Conversation
Co-authored-by: Eric Mustin <mustin.eric@gmail.com>
Co-authored-by: Alex Boten <alex@boten.ca>
Co-authored-by: Juraci Paixão Kröhling <juraci.github@kroehling.de>
…tor into jmacd/batch_by_meta
I screwed up the review history of #7325 (comment), so have created this replacement PR. Sorry I force-pushed and lost the review-comments by mistake. |
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #7578 +/- ##
==========================================
- Coverage 91.23% 91.20% -0.03%
==========================================
Files 296 296
Lines 14472 14573 +101
==========================================
+ Hits 13203 13291 +88
- Misses 1004 1014 +10
- Partials 265 268 +3
☔ 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.
Pinging approvers of the original PR to review here @jpkrohling @astencel-sumo @ericmustin
…tor into jmacd/batch_by_meta
The docs for the `headers_setter` extension state that the `from_context` config option does not work if the batch processor is used. I believe this comment is out of date, because it seems that the [PR](open-telemetry/opentelemetry-collector#7578) linked to the [issue](open-telemetry/opentelemetry-collector#4544) has been merged. Note that I haven't tested that this actually works with the header setter extension. Please let me know if you think testing is necessary. Co-authored-by: Juraci Paixão Kröhling <juraci@kroehling.de>
…etry#27465) The docs for the `headers_setter` extension state that the `from_context` config option does not work if the batch processor is used. I believe this comment is out of date, because it seems that the [PR](open-telemetry/opentelemetry-collector#7578) linked to the [issue](open-telemetry/opentelemetry-collector#4544) has been merged. Note that I haven't tested that this actually works with the header setter extension. Please let me know if you think testing is necessary. Co-authored-by: Juraci Paixão Kröhling <juraci@kroehling.de>
…etry#27465) The docs for the `headers_setter` extension state that the `from_context` config option does not work if the batch processor is used. I believe this comment is out of date, because it seems that the [PR](open-telemetry/opentelemetry-collector#7578) linked to the [issue](open-telemetry/opentelemetry-collector#4544) has been merged. Note that I haven't tested that this actually works with the header setter extension. Please let me know if you think testing is necessary. Co-authored-by: Juraci Paixão Kröhling <juraci@kroehling.de>
Description:
Re-do of #7325
Link to tracking Issue: #4544
Testing: One new test.
Documentation: README updated.