diff --git a/README.md b/README.md index ad26d0d..e1164ff 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Open your browser and then go to ### Add your own Java based application to be monitored. -* Modify the `pinpoint.config` if you need. +* Download the pinpoint agent tar file from and then modify the `pinpoint.config` if you need. ``` ########################################################### @@ -52,12 +52,10 @@ profiler.collector.tcp.port=9994 * The following script is a example for a spring boot application. ```shell -java -javaagent:/some-absolute-path/pinpoint-agent-1.6.2/pinpoint-bootstrap-1.6.2.jar -Dpinpoint.agentId=some-union-id -Dpinpoint.applicationName=some-name -jar build/libs/wise-log-1.0.0-SNAPSHOT.jar +java -javaagent:/some-absolute-path/pinpoint-agent-1.6.2/pinpoint-bootstrap-1.6.2.jar -Dpinpoint.agentId=some-union-id -Dpinpoint.applicationName=some-name -jar build/libs/your-jar.jar ``` -You may need to download the pinpoint agent jar from - You can find more samples at: If you plan to use external volumes for hbase you should fill hbase first.