github DataDog/dd-trace-java v0.7.0
0.7.0

latest releases: v1.33.0, v1.32.0, v1.31.2...
6 years ago

Improvements

  • Add startTime and duration to MutableSpan interface #283
  • Improve trace count accuracy #289
  • Priority Sampling config for Javaagent users #288

New Instrumentation (disabled by default)

  • Play 2.4 - 2.6 #277 #282
    • System property: -Ddd.integration.java_concurrent.enabled=true -Ddd.integration.play.enabled=true
    • Environment variable: DD_INTEGRATION_JAVA_CONCURRENT_ENABLED=true DD_INTEGRATION_PLAY_ENABLED=true
  • Support for Ratpack #276
    • Shoutout to @jonmort for the third-party contribution!
    • System property: -Ddd.integration.ratpack.enabled=true
    • Environment variable: DD_INTEGRATION_RATPACK_ENABLED=true
  • Support for Spark Java #254
    • Shoutout to @JorgenG for the third-party contribution!
    • System property: -Ddd.integration.sparkjava.enabled=true -Ddd.integration.jetty.enabled=true
    • Environment variable: DD_INTEGRATION_SPARKJAVA_ENABLED=true DD_INTEGRATION_JETTY_ENABLED=true

Bugfixes

  • Fix NoClassDefFoundError in jaxrs instrumentation #294
  • Decrease log level for hot paths #291
  • Correct units for start timestamp parameter name #286
  • Instrument IBM-DB2 #281
  • Fixed missing httpclient traces #296

For more details, check the full changeset and the release milestone.

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

NewReleases is sending notifications on new releases.