How to get JDBC traces with Arconia OpenTelemetry #136
Replies: 1 comment 1 reply
-
|
@wimdeblauwe-volvo thanks for giving Arconia OpenTelemetry a try. That is the current intention. At least, the Arconia BOM should manage the version for that dependency. I raised this feature request for doing that (and add documentation for it): #139 I'll also think about whether it could be included in the Arconia OpenTelemetry starter. It might not be a problem for Spring Boot 3, but with the new modularisation done in Spring Boot 4, that will not be a good idea at that point. Hopefully, spring-projects/spring-boot#39287 gets implemented and the instrumentation gets included in the Spring Boot project directly so that it's not necessary to handle this dependency separately and explicitly. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I am testing Arconia OpenTelemetry and I have it working inside my Spring Boot 3.5.7 appplication. I get Kafka and IBM MQ traces and manual traces from
@Observed. However, I don't see JDBC traces.I can get JDBC traces by adding this dependency:
Is this the intention to do it like this?
Beta Was this translation helpful? Give feedback.
All reactions