- docker compose plugin
- pinpoint platform Quick-start guide
- map
dev-pinpoint
host to your pinpoint-collector addresspinpoint@pinpoint:~$ cat /etc/hosts # 192.168.10.11 is the address of pinpoint-collector 192.168.10.11 dev-pinpoint
$ git clone --recurse-submodules https://github.com/pinpoint-apm/pinpoint-c-agent.git
$ cd pinpoint-c-agent && git checkout dev
$ cd testapps && docker compose up --build
$ ## testapp-fastapi
$ curl http://localhost:8186/docs#/
$ ## testapp-php yii2 framework
$ curl http://localhost:8185/index.php
$ ## testapp-flask
$ curl http://localhost:8184/
$ ## testapp-django
$ curl http://localhost:8188/admin