Releases: newrelic-experimental/newrelic-java-rxjava
Releases · newrelic-experimental/newrelic-java-rxjava
RxJava Instrumentation
Added support for RxJava3
To use:
- In the New Relic Java Agent directory (the one with newrelic.jar), create a directory named extensions if it does not already exist.
- Copy the release jars into the extensions directory.
3.Restart the application
2.0
RxJava instrumentation
Provides instrumentation for RxJava V1 & V2.
To use
- In the New Relic Java Agent directory (one containing newrelic.jar), create a directory named extensions if it does not already exist
- 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 - Restart the application
RxJava instrumentation
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