You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Add `spp-probe-*.jar` and `spp-probe.yml` to the same directory
32
-
- E.g. [spp-probe-0.5.4.jar](https://github.com/sourceplusplus/probe-jvm/releases/download/0.5.4/spp-probe-0.5.4.jar) & [spp-probe.yml](https://docs.sourceplusplus.com/implementation/tools/probe/configuration/)
32
+
- E.g. [spp-probe-0.7.0.jar](https://github.com/sourceplusplus/probe-jvm/releases/download/0.7.0/spp-probe-0.7.0.jar) & [spp-probe.yml](https://docs.sourceplusplus.com/implementation/tools/probe/configuration/)
33
33
1. Boot application with `-javaagent:spp-probe-*.jar` parameter
34
-
- E.g. `java -javaagent:/opt/spp-platform/spp-probe-0.5.4.jar -jar MyApp.jar`
34
+
- E.g. `java -javaagent:/opt/spp-platform/spp-probe-0.7.0.jar -jar MyApp.jar`
35
35
36
36
## Apache SkyWalking Plugin
37
37
38
38
1. Add `spp-probe-*.jar` and `spp-skywalking-services-*.jar` to `skywalking-agent/plugins` directory
39
-
- E.g. [spp-probe-0.5.4.jar](https://github.com/sourceplusplus/probe-jvm/releases/download/0.5.4/spp-probe-0.5.4.jar) & [spp-skywalking-services-0.5.4.jar](https://github.com/sourceplusplus/probe-jvm/releases/download/0.5.4/spp-skywalking-services-0.5.4.jar)
39
+
- E.g. [spp-probe-0.7.0.jar](https://github.com/sourceplusplus/probe-jvm/releases/download/0.7.0/spp-probe-0.7.0.jar) & [spp-skywalking-services-0.7.0.jar](https://github.com/sourceplusplus/probe-jvm/releases/download/0.7.0/spp-skywalking-services-0.7.0.jar)
40
40
1. Add `spp-probe.yml` to `skywalking-agent/config` directory
41
41
- E.g. [spp-probe.yml](https://docs.sourceplusplus.com/implementation/tools/probe/configuration/)
0 commit comments