pinpoint-c-agent
pinpoint-c-agent copied to clipboard
Method not found: v1.Agent/RequestAgentInfo
Bug
what is it ? pinpoint version 2.3.3
pinpoint-c-agent collector version 0.5.0
INFO agent online exit:RequestAgentInfo failed. rpc error: code = Unimplemented desc = Method not found: v1.Agent/RequestAgentInfo appid=
how to reproduce
logging file attach
Feature
why we need this
Discuss
I need some help ...
Can you share more logging information ?
what's your appid ?
Can you share more logging information ? what's your appid ?
log [2024-05-06 09:27:38.72947737] INFO send handshake msg:{"appid":"no","appname":"no","time":"1714957969"} [2024-05-06 09:27:40.959721864] INFO agent:p_crawler_center not find, create a new agent. [2024-05-06 09:27:40.959834628] INFO agent:id:p_crawler_center name:p_crawler_center type:1700 startTime:1699411920140 is launched [2024-05-06 09:27:41.05831309] WARN RequestAgentInfo failed. rpc error: code = Unimplemented desc = Method not found: v1.Agent/RequestAgentInfo appid=p_crawler_center
python code
use_thread_local_context() monkey_patch_for_pinpoint()
app = Flask(name) set_agent("p_crawler_center","p_crawler_center",'tcp:127.0.0.1:9999',-1)
app.wsgi_app = PinPointMiddleWare(app,app.wsgi_app)
@quicksandznzn
Which collector-agent you used ? Current stable is ghcr.io/pinpoint-apm/pinpoint-c-agent/collector-agent:0.5.0
@quicksandznzn
Which collector-agent you used ? Current stable is
ghcr.io/pinpoint-apm/pinpoint-c-agent/collector-agent:0.5.0
thanks your time
i got problem
my span port is wrong
https://github.com/pinpoint-apm/pinpoint/issues/6229