Releases: newrelic-experimental/newrelic-java-reactor
Releases · newrelic-experimental/newrelic-java-reactor
v2.0.2
v2.0.1
Full Changelog: (v2.0.0...v2.0.1)
v2.0.0
Bug Fixes
- Build fixes
- Merge pull request #2 from newrelic-experimental/buildfixes
Enhancements
- Enhanced Distributed Tracing: With the latest update, transaction traces are now seamlessly integrated into distributed tracing. We've refactored our Reactor instrumentation to use DT headers, reducing overhead and ensuring a more accurate representation of the transaction flow, aligning with open telemetry best practices.
Full Changelog: (1.1...v2.0.0)
Reactor Instrumentation - Agent Async
This release uses the New Relic Java Agent Async token to handle when Reactor jumps from one thread to another thread. This results in a single transaction showing all invocations.
To use this release.
- Download the release jars.
- In the New Relic Java Agent directory, create a directory named extensions if it does not already exist
- Copy the downloaded jars into the extensions directory
- Restart the application
Reactor Instrumentation
Instrumentation for the Reactor framework