Skip to content

Commit d446010

Browse files
authored
Update README.md
1 parent cae98ca commit d446010

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ This project provides JVM support to the [Source++](https://github.com/sourceplu
1313
## Standalone Agent
1414

1515
1. Add `spp-probe-*.jar`& `spp-probe.yml` to the same directory
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/)
16+
- E.g. [spp-probe-0.4.1.jar](https://github.com/sourceplusplus/probe-jvm/releases/download/0.4.1/spp-probe-0.4.1.jar) & [spp-probe.yml](https://docs.sourceplusplus.com/implementation/tools/probe/configuration/)
1717
1. Boot application with `-javaagent:spp-probe-*.jar` parameter
18-
- E.g. `java -javaagent:/opt/spp-platform/spp-probe-0.3.1.jar -jar MyApp.jar`
18+
- E.g. `java -javaagent:/opt/spp-platform/spp-probe-0.4.1.jar -jar MyApp.jar`
1919

2020
## Apache SkyWalking Plugin
2121

2222
1. Add `spp-probe-*.jar` and `spp-skywalking-services-*.jar` to `skywalking-agent/plugins` directory
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)
23+
- E.g. [spp-probe-0.4.1.jar](https://github.com/sourceplusplus/probe-jvm/releases/download/0.4.1/spp-probe-0.4.1.jar) & [spp-skywalking-services-0.4.1.jar](https://github.com/sourceplusplus/probe-jvm/releases/download/0.4.1/spp-skywalking-services-0.4.1.jar)
2424
1. Add `spp-probe.yml` to `skywalking-agent/config` directory
2525
- E.g. [spp-probe.yml](https://docs.sourceplusplus.com/implementation/tools/probe/configuration/)
2626
1. Reboot Apache SkyWalking agent

0 commit comments

Comments
 (0)