mirror of
https://github.com/wahyd4/docker-pinpoint.git
synced 2026-08-09 04:46:24 +10:00
update readme with some words updating
This commit is contained in:
@@ -26,7 +26,7 @@ Open your browser and then go to <http://localhost:28080>
|
||||
|
||||
### Add your own Java based application to be monitored.
|
||||
|
||||
* Modify the `pinpoint.config` if you need.
|
||||
* Download the pinpoint agent tar file from <https://github.com/naver/pinpoint/releases/download/1.6.2/pinpoint-agent-1.6.2.tar.gz> 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 <https://github.com/naver/pinpoint/releases/download/1.6.2/pinpoint-agent-1.6.2.tar.gz>
|
||||
|
||||
You can find more samples at: <https://github.com/spring-projects/spring-boot/tree/master/spring-boot-samples>
|
||||
|
||||
If you plan to use external volumes for hbase you should fill hbase first.
|
||||
|
||||
Reference in New Issue
Block a user