Skip to content

update otel to 1.32.0#400

Closed
kishansairam9 wants to merge 12 commits intomainfrom
otel-upgrade
Closed

update otel to 1.32.0#400
kishansairam9 wants to merge 12 commits intomainfrom
otel-upgrade

Conversation

@kishansairam9
Copy link
Copy Markdown

No description provided.

// when updating these values, some values must also be updated in buildSrc as this map
// cannot be accessed there
"opentelemetry" to "1.24.0",
"opentelemetry_semconv" to "1.24.0-alpha",
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

io.opentelemetry:opentelemetry-semconv was used before which wasn't present in bom of opentelmetry instrumentation, but io.opentelemetry.semconv:opentelemetry-semconv was present.
https://repo.maven.apache.org/maven2/io/opentelemetry/instrumentation/opentelemetry-instrumentation-bom-alpha/1.32.0-alpha/opentelemetry-instrumentation-bom-alpha-1.32.0-alpha.pom

<dependency>
<groupId>io.opentelemetry.semconv</groupId>
<artifactId>opentelemetry-semconv</artifactId>
<version>1.21.0-alpha</version>
</dependency>

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

https://github.com/open-telemetry/opentelemetry-java/blob/e4b31cea3de13db7262540457e598282f56d9978/CHANGELOG.md?plain=1#L231

they stopped publishing io.opentelemetry:opentelemetry-semconv and suggest to use the new one

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.

1 participant