java-jdbc
java-jdbc copied to clipboard
OpenTracing Instrumentation for JDBC
I have several applications configured to use XA datasources and would like to have tracing added to these applications. As far as I can see this requires an implementation of...
Cause: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure The last packet successfully received from the server was 767,031 milliseconds ago. The last packet sent successfully to the server was 30 milliseconds ago.
When we add libraries and follow the steps mentioned in the non-interceptor mode as per the ReadMe file, we are getting the below connection error. Please advice. Also, does it...
Bumps [hibernate-core](https://github.com/hibernate/hibernate-orm) from 5.4.10.Final to 5.4.24.Final. Changelog Sourced from hibernate-core's changelog. Changes in 5.4.24.Final (November 17, 2020) https://hibernate.atlassian.net/projects/HHH/versions/31892 ** Bug * [HHH-14333] - Pessimistic Lock causes FOR UPDATE on outer...
Bumps [h2](https://github.com/h2database/h2database) from 1.4.200 to 2.1.210. Release notes Sourced from h2's releases. Version 2.1.210 Two security vulnerabilities in H2 Console (CVE-2022-23221 and possible DNS rebinding attack) are fixed. Persistent databases...
Since version 0.2.5, the library uses a dynamic proxy (via WrapperProxy) on top of the JDBC connection. Dynamic proxy didn't work OOTB on GraalVM native image, they need to be...
Fix https://github.com/opentracing-contrib/java-jdbc/issues/83
I am using a custom fork of the Java Special Agent. We have a service that relies on the Quartz scheduler, which uses c3p0 (v0.9.1.1). With the tracing agent applied,...
Most of the other opentracing contrib projects use a SpanDecorator so users can customize the span. Is there any reason you have hard-coded `JdbcTracingUtils.on*()` instead of the SpanDecorator pattern? Examples:...
Hello, is there any tutorial or guide to configure the jdbc trace for WildfFly or any other application server without touching the application or the JPA persistent unit? Our application...