0.2.7
Pre-release
Pre-release
Improvements
- JDBC drivers are automatically traced now. Manual changes to add
opentracing-contrib/java-jdbc
and modifying the jdbc url are no longer required. (#141) - Better resource naming for Spring Web based applications. Resource is now named after the pattern used to map the controller instead of the URL. These patterns are typically defined using annotations such as
@RequestMapping
. (#144) - Improve matching performance when using the
@Trace
annotation. This also has the benefit of finding classes with@Trace
not available on the system classpath. (This especially applies to Spring Boot apps deployed as an executable jar.) (#143) - Headers provided to
DDTracer.extract
are now discovered case-independent even if the map provided is case-sensitive. (#145)
Bugfixes
- Downgraded to a non-beta version of byteman in attempt to resolve a performance degradation in some cases running Tomcat. (#142)
Read the full changeset