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
Copy file name to clipboardExpand all lines: README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -13,14 +13,14 @@ This project provides JVM support to the [Source++](https://github.com/sourceplu
13
13
## Standalone Agent
14
14
15
15
1. Add `spp-probe-*.jar`& `spp-probe.yml` to the same directory
16
-
- E.g. [spp-probe-0.3.0.jar](https://github.com/sourceplusplus/probe-jvm/releases/download/0.3.0/spp-probe-0.3.0.jar) & [spp-probe.yml](https://docs.sourceplusplus.com/implementation/tools/probe/configuration/)
16
+
- E.g. [spp-probe-0.3.1.jar](https://github.com/sourceplusplus/probe-jvm/releases/download/0.3.1/spp-probe-0.3.1.jar) & [spp-probe.yml](https://docs.sourceplusplus.com/implementation/tools/probe/configuration/)
17
17
1. Boot application with `-javaagent:spp-probe-*.jar` parameter
18
-
- E.g. `java -javaagent:/opt/spp-platform/spp-probe-0.3.0.jar -jar MyApp.jar`
18
+
- E.g. `java -javaagent:/opt/spp-platform/spp-probe-0.3.1.jar -jar MyApp.jar`
19
19
20
20
## Apache SkyWalking Plugin
21
21
22
22
1. Add `spp-probe-*.jar` and `spp-skywalking-services-*.jar` to `skywalking-agent/plugins` directory
23
-
- E.g. [spp-probe-0.3.0.jar](https://github.com/sourceplusplus/probe-jvm/releases/download/0.3.0/spp-probe-0.3.0.jar) & [spp-skywalking-services-0.3.0.jar](https://github.com/sourceplusplus/probe-jvm/releases/download/0.3.0/spp-skywalking-services-0.3.0.jar)
23
+
- E.g. [spp-probe-0.3.1.jar](https://github.com/sourceplusplus/probe-jvm/releases/download/0.3.1/spp-probe-0.3.1.jar) & [spp-skywalking-services-0.3.1.jar](https://github.com/sourceplusplus/probe-jvm/releases/download/0.3.1/spp-skywalking-services-0.3.1.jar)
24
24
1. Add `spp-probe.yml` to `skywalking-agent/config` directory
25
25
- E.g. [spp-probe.yml](https://docs.sourceplusplus.com/implementation/tools/probe/configuration/)
0 commit comments