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

Analyze & Upgrade OTel Dependency from 1.19.0 to latest #100

Closed
manikmagar opened this issue Aug 21, 2023 · 1 comment · Fixed by #101
Closed

Analyze & Upgrade OTel Dependency from 1.19.0 to latest #100

manikmagar opened this issue Aug 21, 2023 · 1 comment · Fixed by #101
Assignees

Comments

@manikmagar
Copy link
Contributor

We use OpenTelemetry API and related dependencies version 1.19.0 but the latest is 1.29.0.

@manikmagar manikmagar self-assigned this Aug 21, 2023
@manikmagar
Copy link
Contributor Author

v1.19.0 was using Semantic Convention v1.13.0. In v1.17.0 Messaging related semantic conventions have breaking changes to introduce namespace for complex attribute names. Eg. messaging.consumer_id -> messaging.consumer.id since consumer became namespace.

v1.20.0

WARNING: opentelemetry-sdk-extension-resources has been removed following its relocation to opentelemetry-java-instrumentation/instrumentation/resources/library, which is published under coordinates io.opentelemetry.instrumentation:opentelemetry-resources:{version}. We will push security patches to 1.19.x as needed. The latest opentelemetry-bom will point to the latest published version, currently 1.19.0. open-telemetry/opentelemetry-java#4828

v1.23.0

Logs
WARNING: Split out Event API from Log API. Event API is now published in opentelemetry-api-events. API / SDK usage has also changed - see PR for details. (open-telemetry/opentelemetry-java#5049)

This resulted in adding a new dependency opentelemetry-api-events which is really used for logging but SDK Initialization will init a noop log SDK when logging is not included.

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 a pull request may close this issue.

1 participant