This project provides JVM support to the Source++ open-source live coding platform.
- Configure the Gradle Application Plugin
- Add the following to the
build.gradlefile:plugins { id("com.ryandens.javaagent-application") version "0.3.2" } repositories { maven { url "https://pkg.sourceplus.plus/sourceplusplus/probe-jvm" } } dependencies { javaagent("plus.sourceplus.probe:probe-jvm:0.7.7.1") }
- Add
spp-probe-*.jarandspp-probe.ymlto the same directory - Boot application with
-javaagent:spp-probe-*.jarparameter- E.g.
java -javaagent:/opt/spp-platform/spp-probe-0.7.7.1.jar -jar MyApp.jar
- E.g.
- Add
spp-probe-*.jarandspp-skywalking-services-*.jartoskywalking-agent/pluginsdirectory - Add
spp-probe.ymltoskywalking-agent/configdirectory- E.g. spp-probe.yml
- Reboot Apache SkyWalking agent