Stop publishing opentelemetry-extension-aws artifact - #4945
Merged
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. |
mateuszrzeszutek
approved these changes
Nov 14, 2022
jkwatson
approved these changes
Nov 17, 2022
mateuszrzeszutek
approved these changes
Nov 17, 2022
dmarkwat
pushed a commit
to dmarkwat/opentelemetry-java
that referenced
this pull request
Dec 30, 2022
sdelamo
added a commit
to micronaut-projects/micronaut-tracing
that referenced
this pull request
Apr 15, 2024
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.
sdelamo
added a commit
to micronaut-projects/micronaut-tracing
that referenced
this pull request
Apr 15, 2024
* 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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.