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
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,15 +18,16 @@ It supports and helps you understand your application in a glance and allow you
18
18
19
19
## How to install Pinpoint?
20
20
21
-
You can easily bring up an entire Dockerized Pinpoint environment by using [Docker Compose](https://docs.docker.com/compose/) with any of the provided `docker-compose.yml` files as below.
21
+
You can easily bring up an entire Dockerized Pinpoint(latest release) environment by using [Docker Compose](https://docs.docker.com/compose/) with any of the provided `docker-compose.yml` files as below.
22
22
With `docker-compose.yml` under *Pinpoint-Docker* folder brings up all the environment attached with Pinpoint-QuickStart(sample app).
23
-
To monitor your agent see [configuration part](#Configuration) for further details.
23
+
To monitor your agent see [configuration part](#configurations) for further details.
If you'd like to bring up the previous release. Try with docker-compose file from other tags.
30
31
You can also just build the image with `docker-compose up -d` command without pulling the image. But you can reduce the time to 1/3 by just downloading them.
31
32
32
33
This will install and run all services required to run all features in Pinpoint in docker containers joined with same network.
@@ -40,7 +41,7 @@ This will install and run all services required to run all features in Pinpoint
40
41
This may take several minutes to download all necessary images.
41
42
42
43
You can modify `QuickStart` application part with your application to start monitoring.
43
-
(see [`Monitoring YOUR Application`](https://github.com/naver/pinpoint-docker#monitoring-your-application) part for further details).
44
+
(see [`Monitoring YOUR Application`](#monitoring-your-application) part for further details).
44
45
45
46
### Flink configuration
46
47
@@ -104,7 +105,7 @@ Pinpoint-Zookeeper is just an example of using zookeeper image. You can modify d
104
105
105
106
For more specific details on what the values represents in *.env* file. Please check [Pinpoint Github Repository](https://github.com/naver/pinpoint) or
106
107
[Pinpoint Web properties](https://github.com/naver/pinpoint/blob/master/web/src/main/resources/pinpoint-web.properties), [Pinpoint Collector properties](https://github.com/naver/pinpoint/blob/master/collector/src/main/resources/pinpoint-collector.properties), [Pinpoint Agent configuration](https://github.com/naver/pinpoint/blob/master/agent/src/main/resources-release/pinpoint.config).
107
-
Please note that only essential configuration options are adopted to pinpoint-docker.
108
+
Please note that only essential configuration options are adopted to pinpoint-docker(docker-compose).
0 commit comments