eeliu

Results 84 comments of eeliu

please check this https://github.com/pinpoint-apm/pinpoint-c-agent/issues/596#issuecomment-2058263607

I tried by docker of centos 8 ,while it's EOL. ![image](https://github.com/pinpoint-apm/pinpoint-c-agent/assets/27064129/3f827db0-9dc6-4ef2-ba15-446a12149c3f) Here is checklist: - [ ] go version (1.18) - [ ] protoc version (3.6.1) ![image](https://github.com/pinpoint-apm/pinpoint-c-agent/assets/27064129/52683cff-998e-45da-bc68-86c0ad1badac)

how about "go install" ? (venv) pinpoint@pinpoint:/workspace/collector-agent$ go install google.golang.org/protobuf/cmd/protoc-gen-go@latest && go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest go: downloading google.golang.org/protobuf v1.33.0 go: downloading google.golang.org/grpc v1.63.2

Can you share more logging information ? what's your appid ?

@quicksandznzn Which collector-agent you used ? Current stable is `ghcr.io/pinpoint-apm/pinpoint-c-agent/collector-agent:0.5.0`

merged for wilderness test

As for pinpoint-c-agent, we add a protocol adapter (collector-agent). You do not need to care about thrift or gprc, it does. BYW, pinpoint-c-agent only for python/php, not java.

@car1000 which framework you use ? You can get some demo at https://github.com/pinpoint-apm/pinpoint-c-agent/tree/dev/testapps