This project provides JVM support to the Source++ open-source live coding platform.
- Add
spp-probe-*.jar
andspp-probe.yml
to the same directory- E.g. spp-probe-0.4.6.jar & spp-probe.yml
- Boot application with
-javaagent:spp-probe-*.jar
parameter- E.g.
java -javaagent:/opt/spp-platform/spp-probe-0.4.6.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