Kotlin Coroutines Instrumentation
This release contains the instrumentation in different forms: jar files, gzipped jar files, instrumentation tarball, gzipped tarball.
Gzipped files are included to handle using the NewRelic buildpack.
To use this release.
Via Jarfiles
- Download the four jar files in the release (Kotlin-Coroutines_*.jar)
- In the New Relic Java Agent folder (the one with newrelic.jar), create a directory named extensions if it does not already exist.
- Copy the downloaded jars into the extensions directory.
- Restart.
Via instrumentation.tar
- Download instrumentation.tar
- In the New Relic Java Agent folder (the one with newrelic.jar), create a directory named extensions if it does not already exist.
- Extract the jars in instrumentation.tar into the extensions directory.
- Restart.
For use with New Relic Buildpack
Since the build pack requires gzip, you either use the individual jars that are gzipped or use the gzipped tarball and extract them all into the extensions directory