-
Notifications
You must be signed in to change notification settings - Fork 602
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 opentelemetry.trace.propagation API #30314
Add opentelemetry.trace.propagation API #30314
Conversation
Code analysis and actionsDO NOT DELETE THIS COMMENT.
|
#build (view Open Liberty Personal Build - ✅ completed successfully!) |
Code analysis and actionsDO NOT DELETE THIS COMMENT.
|
Please code review feature-related files, @OpenLiberty/delivery-approvers |
...nternal_fat/fat/src/io/openliberty/microprofile/telemetry/internal_fat/JaxRsIntegration.java
Outdated
Show resolved
Hide resolved
Please code review feature-related files, @OpenLiberty/delivery-approvers |
Your personal build request is at https://wasrtc.hursley.ibm.com:9443/jazz/resource/itemOid/com.ibm.team.build.BuildResult/_IVsmoK47Ee-5Tq7vYMk6IA Target locations of links might be accessible only to IBM employees. |
assertThat( | ||
getSpanContext(w3cTraceContextPropagator.extract(Context.current(), carrier, getter)), equalTo( | ||
SpanContext.createFromRemoteParent( | ||
TRACE_ID_BASE16, | ||
SPAN_ID_BASE16, | ||
TraceFlags.getSampled(), | ||
TraceState.getDefault()))); |
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.
Not important right now, but I'd consider adjusting the formatter settings so that it does something more sensible with this.
Co-authored-by: Andrew Rouse <[email protected]>
#build (view Open Liberty Personal Build - ✅ completed successfully!) |
Code analysis and actionsDO NOT DELETE THIS COMMENT.
|
Please code review feature-related files, @OpenLiberty/delivery-approvers |
1 similar comment
Please code review feature-related files, @OpenLiberty/delivery-approvers |
Your personal build request is at https://wasrtc.hursley.ibm.com:9443/jazz/resource/itemOid/com.ibm.team.build.BuildResult/_PgCWILCbEe-Q24Sd2QdBoQ Target locations of links might be accessible only to IBM employees. |
release bug
label if applicable: https://github.com/OpenLiberty/open-liberty/wiki/Open-Liberty-Conventions).################################################################################################
Fixes #30258