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

Add opentelemetry.trace.propagation API #30314

Conversation

yasmin-aumeeruddy
Copy link
Member

@yasmin-aumeeruddy yasmin-aumeeruddy commented Nov 28, 2024

################################################################################################

Fixes #30258

@LibbyBot
Copy link

Code analysis and actions

DO NOT DELETE THIS COMMENT.
  • 3 product code files were changed.

  • Please describe in a separate comment how you tested your changes.

  • 5 FAT files were changed, added, or removed.

  • Check that the build did not break the affected FAT suite(s).

@yasmin-aumeeruddy
Copy link
Member Author

yasmin-aumeeruddy commented Nov 29, 2024

#build (view Open Liberty Personal Build - ✅ completed successfully!)

@LibbyBot
Copy link

Code analysis and actions

DO NOT DELETE THIS COMMENT.
  • 5 FAT files were changed, added, or removed.

  • Check that the build did not break the affected FAT suite(s).

  • 3 product code files were changed.

  • Please describe in a separate comment how you tested your changes.

@LibbyBot
Copy link

Please code review feature-related files, @OpenLiberty/delivery-approvers

@LibbyBot
Copy link

Please code review feature-related files, @OpenLiberty/delivery-approvers

@LibbyBot
Copy link

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.

Comment on lines +110 to +116
assertThat(
getSpanContext(w3cTraceContextPropagator.extract(Context.current(), carrier, getter)), equalTo(
SpanContext.createFromRemoteParent(
TRACE_ID_BASE16,
SPAN_ID_BASE16,
TraceFlags.getSampled(),
TraceState.getDefault())));
Copy link
Member

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.

@yasmin-aumeeruddy
Copy link
Member Author

yasmin-aumeeruddy commented Dec 2, 2024

#build (view Open Liberty Personal Build - ✅ completed successfully!)

@LibbyBot
Copy link

LibbyBot commented Dec 2, 2024

Code analysis and actions

DO NOT DELETE THIS COMMENT.
  • 5 FAT files were changed, added, or removed.

  • Check that the build did not break the affected FAT suite(s).

  • 3 product code files were changed.

  • Please describe in a separate comment how you tested your changes.

@LibbyBot
Copy link

LibbyBot commented Dec 2, 2024

Please code review feature-related files, @OpenLiberty/delivery-approvers

1 similar comment
@LibbyBot
Copy link

LibbyBot commented Dec 2, 2024

Please code review feature-related files, @OpenLiberty/delivery-approvers

@LibbyBot
Copy link

LibbyBot commented Dec 2, 2024

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.

@yasmin-aumeeruddy yasmin-aumeeruddy merged commit 1610f5f into OpenLiberty:integration Dec 4, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

MP Telemetry does not provide the io.opentelemetry.api.baggage.propagation package
3 participants