Skip to content

Commit efed259

Browse files
committed
Merge branch 'master' into dev
# Conflicts: # gradle.properties
2 parents 1d9180b + 861507c commit efed259

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
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.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/)
1717
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`
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.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)
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)