Replies: 1 comment
-
you will need to use the opentelemetry bom to ensure version alignment check out this note in https://opentelemetry.io/docs/zero-code/java/spring-boot-starter/getting-started/#dependency-management
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
I was wondering if there is a way to determine which opentelemetry-api SDK versions are compatible or supported. I searched but couldn't find any definitive information.
The most straightforward solution would be to use the same OpenTelemetry SDK version as opentelemetry-java-instrumentation. However, there are cases where the SDK version might be managed by another framework, such as Spring Boot.
Is the only officially supported SDK version the one specified on the release page?
This issue arose when upgrading
io.opentelemetry.instrumentation:opentelemetry-instrumentation-api
to 2.9.0, which broke our instrumentation. The root cause appears to be that the latest Spring Boot BOM (version 3.3.5) currently usesio.opentelemetry:opentelemetry-api
version 1.37.0, which is not compatible.Kind regards
Beta Was this translation helpful? Give feedback.
All reactions