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

Fix shading aws propagator #10669

Merged
merged 1 commit into from
Feb 26, 2024
Merged

Conversation

laurit
Copy link
Contributor

@laurit laurit commented Feb 26, 2024

Resolves #10659
We have to shade aws propagator to avoid conflict with the propagator in the application. Our shading configuration still uses to the old package name of the propagator.

@laurit laurit requested a review from a team as a code owner February 26, 2024 09:24
Comment on lines +39 to +46
"#io.opentelemetry.extension.incubator",
"#io.opentelemetry.javaagent.shaded.io.opentelemetry.extension.incubator"),
rule(
"#io.opentelemetry.contrib.awsxray",
"#io.opentelemetry.javaagent.shaded.io.opentelemetry.contrib.awsxray"),
rule(
"#io.opentelemetry.extension.kotlin",
"#io.opentelemetry.javaagent.shaded.io.opentelemetry.extension.kotlin"),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@trask trask merged commit bb88746 into open-telemetry:main Feb 26, 2024
49 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

java.lang.NoSuchMethodError: 'void io.opentelemetry.contrib.awsxray.propagator.AwsXrayPropagator.inject(...)'
3 participants