Skip to content

Releases: newrelic-experimental/newrelic-java-rxjava

RxJava Instrumentation

30 Mar 19:55
9fdbb57
Compare
Choose a tag to compare

Added support for RxJava3

To use:

  1. In the New Relic Java Agent directory (the one with newrelic.jar), create a directory named extensions if it does not already exist.
  2. Copy the release jars into the extensions directory.
    3.Restart the application

2.0

30 Mar 14:57
feb73d8
Compare
Choose a tag to compare
2.0

Add using Java Agent segments.

To use:

  1. In the New Relic Java Agent directory (the one with newrelic.jar), create a directory named extensions if it does not already exist.
  2. Copy the release jars into the extensions directory.
  3. Restart the application

RxJava instrumentation

18 Feb 22:36
Compare
Choose a tag to compare

Provides instrumentation for RxJava V1 & V2.

To use

  1. In the New Relic Java Agent directory (one containing newrelic.jar), create a directory named extensions if it does not already exist
  2. Copy the appropriate jars into the extensions directory
    RxJava1 - rxjava1-1.1.jar, rxjava1-1.2.jar & rxjava1-finder.jar
    RxJava2 - rxjava2-2.0.jar & rxjava2-finder.jar
  3. Restart the application

RxJava instrumentation

16 Feb 21:39
c2fe264
Compare
Choose a tag to compare

Instrumentation for monitoring RxJava1 and RxJava2.

To use:
In the New Relic Java Agent directory, create a directory named extensions if it does not already exist
Copy the appropriate jar files into the extensions directory
For RxJava1
Copy rxjava1-1.1.jar & rxjava-1.2.jar
For RxJava2
Copy rxjava2-2.0.jar & rxjava2-finder.jar

Restart your application