You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
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.
We use OpenTelemetry API and related dependencies version 1.19.0 but the latest is 1.29.0.
The text was updated successfully, but these errors were encountered: