This project provides JVM support to the Source++ open-source live coding platform.
- Configure the Gradle Application Plugin
- Add the following to the
build.gradle
file: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-*.jar
andspp-probe.yml
to the same directory - Boot application with
-javaagent:spp-probe-*.jar
parameter- E.g.
java -javaagent:/opt/spp-platform/spp-probe-0.7.7.1.jar -jar MyApp.jar
- E.g.
- Add
spp-probe-*.jar
andspp-skywalking-services-*.jar
toskywalking-agent/plugins
directory - Add
spp-probe.yml
toskywalking-agent/config
directory- E.g. spp-probe.yml
- Reboot Apache SkyWalking agent