Skip to content

Releases: newrelic-experimental/newrelic-java-reactor

v2.0.2

11 Jun 18:59
f80de61
Compare
Choose a tag to compare

Bug Fixes

  • Ixes potential null pointer error

Full Changelog: (v2.0.1...v2.0.2)

v2.0.1

22 Sep 09:50
b3fd2ab
Compare
Choose a tag to compare

Full Changelog: (v2.0.0...v2.0.1)

v2.0.0

04 Sep 12:52
Compare
Choose a tag to compare

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

17 Mar 19:09
69ac917
Compare
Choose a tag to compare

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.

  1. Download the release jars.
  2. In the New Relic Java Agent directory, create a directory named extensions if it does not already exist
  3. Copy the downloaded jars into the extensions directory
  4. Restart the application

Reactor Instrumentation

16 Feb 22:54
Compare
Choose a tag to compare

Instrumentation for the Reactor framework