github DataDog/dd-trace-java v0.2.7
0.2.7

latest releases: v1.32.0, v1.31.2, v1.31.1...
pre-release6 years ago

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

Don't miss a new dd-trace-java release

NewReleases is sending notifications on new releases.