Replies: 1 comment 2 replies
-
There is an additional flag you can enable ( Is this what you are looking for?
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I’m using Spring Boot 3.3.8 with OpenTelemetry 2.15.0 (opentelemetry-spring-boot-starter), but automatic instrumentation for MVC controllers and services doesn’t seem to work. While I do see database calls (via JDBC) being traced, there are no spans generated for controller methods or internal service methods.
Here’s what I see in my trace UI (only JDBC and HikariCP are captured):

Dependencies
Is there anything I’m missing to get full Spring Boot auto-instrumentation (controller/service spans) working with this setup? Any known issues with Spring Boot 3.3.x or a need to enable specific modules manually?
Thanks in advance 🙏
Beta Was this translation helpful? Give feedback.
All reactions