Integrate database with OpenTelemetry in quarkus #7941
Unanswered
kavishkamk
asked this question in
Q&A
Replies: 1 comment 7 replies
-
Beta Was this translation helpful? Give feedback.
7 replies
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.
-
I am try to integrate quarkus application with OpenTelemetry. For that I want Instrumentation for JDBC. In the documentation https://quarkus.io/guides/opentelemetry#jdbc it mentions to use https://github.com/open-telemetry/opentelemetry-java-instrumentation/tree/main/instrumentation/jdbc/library#driver-way . But bucause of the project configuration I can use this. But in the documentation there is another way. https://github.com/open-telemetry/opentelemetry-java-instrumentation/tree/main/instrumentation/jdbc/library#datasource-way . How can I implement this solution in quarkus.
Can some one help me to this?
This is my liquibase runner file
Beta Was this translation helpful? Give feedback.
All reactions