-
Notifications
You must be signed in to change notification settings - Fork 834
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
Stop publishing opentelemetry-extension-aws artifact #4945
Conversation
Codecov ReportBase: 91.03% // Head: 91.04% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #4945 +/- ##
============================================
+ Coverage 91.03% 91.04% +0.01%
+ Complexity 4841 4804 -37
============================================
Files 546 544 -2
Lines 14447 14297 -150
Branches 1395 1367 -28
============================================
- Hits 13152 13017 -135
+ Misses 891 884 -7
+ Partials 404 396 -8
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
It replaces : ``` io.opentelemetry:opentelemetry-sdk-extension-aws ``` with: ``` io.opentelemetry.contrib:opentelemetry-aws-resources ``` and: ``` io.opentelemetry.contrib:opentelemetry-aws-xray-propagator ``` see: open-telemetry/opentelemetry-java#4945 open-telemetry/opentelemetry-java#4831 it updates to https://github.com/open-telemetry/opentelemetry-java-contrib 1.34.0-Alpha > Version 1.34.0 targets the OpenTelemetry SDK 1.34.0. As we are in 1.36.0 I think this is the correct version to use for it.
* test: adds a test-suite-xray module This adds a test-suite-xray module to verify the following dependencies are resolvables without specifying the version: io.opentelemetry:opentelemetry-exporter-otlp io.opentelemetry:opentelemetry-extension-aws io.opentelemetry.instrumentation:opentelemetry-aws-sdk-2.2 * bug: replace opentelemetry-sdk-extension-aws mentions It replaces : ``` io.opentelemetry:opentelemetry-sdk-extension-aws ``` with: ``` io.opentelemetry.contrib:opentelemetry-aws-resources ``` and: ``` io.opentelemetry.contrib:opentelemetry-aws-xray-propagator ``` see: open-telemetry/opentelemetry-java#4945 open-telemetry/opentelemetry-java#4831 it updates to https://github.com/open-telemetry/opentelemetry-java-contrib 1.34.0-Alpha > Version 1.34.0 targets the OpenTelemetry SDK 1.34.0. As we are in 1.36.0 I think this is the correct version to use for it.
Resolves #4831.
This artifact already exists in opentelemetry-java-contrib and has gone through a minor release with deprecation. This stops new publications of opentelemetry-extension-aws, but keeps the last published version referenced in opentelemetry-bom.