Open Telemetry and spring boot 3.2.5 java 21 #2125
Closed
sraveh
announced in
Community Discussions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi,
Im trying to use the open telemetry spring boot starter with spring boot 3.2.5. I followed the documentation, including the dependencies in my pom both in dependency management and in dependency but Im getting the following error:
"Caused by: java.lang.NoClassDefFoundError: io/opentelemetry/sdk/autoconfigure/internal/ComponentLoader"
Im using opentelemetry-bom version 1.38.0 and opentelemetry-instrumentation-bom-alpha version 2.4.0-alpha
All reactions