feat: implement on ending in span processor#6024
feat: implement on ending in span processor#6024pichlermarc merged 1 commit intoopen-telemetry:mainfrom
Conversation
JacksonWeber
left a comment
There was a problem hiding this comment.
Generally, LGTM, but it looks like the workflows need kicked off again to properly run the tests.
How can I get this done? I don't have access to approve the GitHub workflows. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #6024 +/- ##
=======================================
Coverage 95.16% 95.16%
=======================================
Files 316 316
Lines 9220 9226 +6
Branches 2080 2082 +2
=======================================
+ Hits 8774 8780 +6
Misses 446 446
🚀 New features to boost your workflow:
|
|
hey @majanjua-amzn, you're missing an entry on the CHANGELOG file :) |
fc5c12d to
26a0b17
Compare
pichlermarc
left a comment
There was a problem hiding this comment.
thanks for working on this. once the order is aligned with the spec we can merge this in.
There was a problem hiding this comment.
@majanjua-amzn thank you very much for your contribution :)
@pichlermarc I think is ready for your review
|
Thank you for your contribution @majanjua-amzn! 🎉 We would like to hear from you about your experience contributing to OpenTelemetry by taking a few minutes to fill out this survey. |
Which problem is this PR solving?
Implementation of in-development feature onEnding of the opentelemetry specification. This will allow users to modify spans before they become immutable as they are in the process of being ended
Fixes #5836
Short description of the changes
onEndingas optional and@experimentalMultiSpanProcessoronStart,onEnding, andonStartare called in the correct orderType of change
How Has This Been Tested?
Checklist: