Skip to content

0.7.0

Choose a tag to compare

@realark realark released this 27 Apr 20:00
· 16086 commits to master since this release

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.