-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
opentelemetry callback: context propagation and error exception #3378
opentelemetry callback: context propagation and error exception #3378
Conversation
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.
Doesn't need changelog fragment / version_added since it is a new plugin.
Co-authored-by: Felix Fontein <[email protected]>
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.
Code looks good. (Cannot judge the functionality.)
Backport to stable-3: 💚 backport PR created✅ Backport PR branch: Backported as #3381 🤖 @patchback |
* opentelemetry callback: context propagation and error exception * Apply suggestions from code review Co-authored-by: Felix Fontein <[email protected]> Co-authored-by: Felix Fontein <[email protected]> (cherry picked from commit 0634583)
@v1v thanks for contributing this! |
… (#3381) * opentelemetry callback: context propagation and error exception * Apply suggestions from code review Co-authored-by: Felix Fontein <[email protected]> Co-authored-by: Felix Fontein <[email protected]> (cherry picked from commit 0634583) Co-authored-by: Victor Martinez <[email protected]>
SUMMARY
ISSUE TYPE
COMPONENT NAME
plugins/callback/opentelemetry.py
COMPONENT NAME
ADDITIONAL INFORMATION
Reported errors:
Context propagation:
In order to test this particular plugin you could use jenkinsci/opentelemetry-plugin#166.
NOTE: There is an open discussion open-telemetry/opentelemetry-specification#740 for the traceparent standardisation.