Skip to content

Latest commit

 

History

History
30 lines (26 loc) · 1.43 KB

File metadata and controls

30 lines (26 loc) · 1.43 KB
subject releaseDate version downloadLink features bugs security
Java agent
2017-06-26
3.40.0
DynamoDB
Support for Solr versions 6.5.0+
Fixed an instrumentation gap that prevented agent from capturing instance-level information about database queries for non-blocking IO driver configurations
Fixes an issue where usage onCompleted handler(s) with the ning async http client could cause a transaction to end too early
Download this agent version

Improvements

  • DynamoDB The Java agent now provides visibility into your applications’ usage of DynamoDB when using the client versions 1.11.106 and greater. You will see the calls in the application breakdown, in trace details, on the Databases page, in Transaction maps, and in Service maps.
  • Solr With this release, the java agent now supports Solr versions 6.5.0+.

Bug Fixes:

  • Fixed an instrumentation gap that prevented agent from capturing instance-level information about database queries for non-blocking IO driver configurations.
  • Fixes an issue where usage onCompleted handler(s) with the ning async http client could cause a transaction to end too early, resulting in missed instrumentation.