eeliu

Results 84 comments of eeliu

Could you please share the test result , that could help me most .

> why "appid":"no","appname":"no ? it's an old setting, deprecated now. (agent information can be set at collector-agent side)

### collector-agent https://github.com/pinpoint-apm/pinpoint-c-agent/blob/dev/DOC/collector-agent/readme.md ### php agent ``` define('APPLICATION_NAME','php'); define('APPLICATION_ID','2'); ```

Please attach the output of php agent. https://github.com/pinpoint-apm/pinpoint-c-agent/blob/dev/testapps/PHP/php.ini Does your pinpoint-collector locate at "PP_COLLECTOR_AGENT_SPAN_IP=127.0.0.1" ?

> > collector.log > > [2024-04-15 13:56:50.024840042] INFO client:10.0.0.167:35716 is online > [2024-04-15 13:56:50.024928028] INFO send handshake msg:{"appid":"no","appname":"no","time":"1713141240"} > > why "appid":"no","appname":"no ? > Please tell me how to set...

Enable "log_errors= On " and share us the logging of your php application. https://github.com/pinpoint-apm/pinpoint-c-agent/blob/1bdfc706adc9cd44e93a9e6b08bd32fe1c6f685b/testapps/PHP/php.ini#L9

> collector.log > > [2024-04-15 17:51:14.645184858] INFO client:10.0.0.167:60632 is online [2024-04-15 17:51:14.645371276] INFO send handshake msg:{"appid":"no","appname":"no","time":"1713171031"} [2024-04-15 17:51:14.64558775] DEBUG size: 275 packetType: 1 body:{":E":252,":FT":1500,":S":1713171074392,"appid":"php-1","appname":"GNB","client":"192.168.10.20","clues":["46:200"],"name":"PHP Request: fpm-fcgi","server":"10.0.0.167","sid":"1718730853","stp":"1500","tid":"php-1^1713171066709^0","uri":"/gnuboard/bbs/board.php?bo_table=qa"} [2024-04-15 17:51:14.645708234] WARN no...

please update the collector-agent

you missed the submodule > git clone --recurse-submodules https://github.com/pinpoint-apm/pinpoint-c-agent.git

please check the dockerfile of collector-agent https://github.com/pinpoint-apm/pinpoint-c-agent/blob/dev/collector-agent/Dockerfile Script for compile collector-agent ``` ... apk add make protobuf-dev go install google.golang.org/protobuf/cmd/protoc-gen-go@latest && go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest ... ```