opentracing-contrib / java-jdbc

OpenTracing Instrumentation for JDBC
Apache License 2.0
82 stars 56 forks source link

Implement DynamicProxy #59

Closed safris closed 4 years ago

safris commented 4 years ago

This PR partially solves the "wrapper issue", where consumers of the JDBC API upcast JDBC interfaces to more specific classes or interfaces of a specific vendor.

coveralls commented 4 years ago

Pull Request Test Coverage Report for Build 211


Changes Missing Coverage Covered Lines Changed/Added Lines %
src/main/java/io/opentracing/contrib/jdbc/DynamicProxy.java 3 4 75.0%
src/main/java/io/opentracing/contrib/jdbc/TracingConnection.java 4 24 16.67%
<!-- Total: 8 29 27.59% -->
Totals Coverage Status
Change from base Build 209: -0.03%
Covered Lines: 442
Relevant Lines: 926

💛 - Coveralls