Improvements
- Register an MBean to expose the agent linking metadata.
- Support for okhttp 4.4 instrumentation.
- Improve reconnect behavior by not pinning to preconnected collector host instance.
Fixes
- Fix for asynchronous jar file collection. Collection of modules will no longer block the initial first harvest.
- Fix for Real Time Streaming. The first Real Time Streaming harvest will no longer be delayed by 30 seconds.
- Fix for
reactor-netty
verifier versions - Fix race condition around connection pool exhaustion by separating pool timeout from connection timeout.
Note re: certificate bundle use_private_ssl
This release removed the certificate bundle from the agent artifact. Users previously using use_private_ssl
should now use the ca_bundle_path
configuration directive. For more information, see the Java v6.0.0 release on GitHub.