File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ A bridger to pinpoint-collector.
3030
3131### 1. Download from github.release
3232
33- https://github.com/pinpoint-apm/pinpoint-c-agent/releases/latest
33+ https://github.com/pinpoint-apm/pinpoint-c-agent/releases/tag/v0.7.5
3434
3535### 2. Use docker images
3636
@@ -39,15 +39,15 @@ A bridger to pinpoint-collector.
3939#### Example:
4040
4141```sh
42- docker run -itd -p 9999:9999 --env-file ./env.list ghcr.io/pinpoint-apm/pinpoint-c-agent/collector-agent:0.7
42+ docker run -itd -p 9999:9999 --env-file ./env.list ghcr.io/pinpoint-apm/pinpoint-c-agent/collector-agent:0.7.1
4343```
4444
4545### 3. K8s side car
4646
4747server.yaml sample
4848
4949``` yml
50- - image : ghcr.io/pinpoint-apm/pinpoint-c-agent/collector-agent:0.7
50+ - image : ghcr.io/pinpoint-apm/pinpoint-c-agent/collector-agent:0.7.1
5151 name : collector-agent
5252 args : ["-RecvBufSize=1048576"]
5353 securityContext :
@@ -75,7 +75,7 @@ server.yaml sample
7575
7676### 4. Compiling from source [require ` go.1.18`]
7777
78- -
Install :
` GOBIN=/usr/local/bin/ go install github.com/pinpoint-apm/pinpoint-c-agent/[email protected] ` 78+ -
Install :
` GOBIN=/usr/local/bin/ go install github.com/pinpoint-apm/pinpoint-c-agent/[email protected] .5 ` 7979 - ❗❗❗Note : collector-agent: located into `/usr/local/bin/`
8080
8181` ./collector-agent`
You can’t perform that action at this time.
0 commit comments