Skip to content

Latest commit

 

History

History
27 lines (24 loc) · 882 Bytes

readme.md

File metadata and controls

27 lines (24 loc) · 882 Bytes

How to use testapps(playground)

Requirement

  • docker compose plugin
  • pinpoint platform Quick-start guide
  • map dev-pinpoint host to your pinpoint-collector address
    pinpoint@pinpoint:~$ cat /etc/hosts
    # 192.168.10.11 is the address of pinpoint-collector
    192.168.10.11 dev-pinpoint 
    

Playground

$ 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