pinpoint-c-agent icon indicating copy to clipboard operation
pinpoint-c-agent copied to clipboard

Method not found: v1.Agent/RequestAgentInfo

Open quicksandznzn opened this issue 9 months ago • 1 comments

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 ...

quicksandznzn avatar Apr 30 '24 08:04 quicksandznzn

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

eeliu avatar Apr 30 '24 10:04 eeliu

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 avatar May 06 '24 01:05 quicksandznzn

@quicksandznzn

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

eeliu avatar May 06 '24 02:05 eeliu

@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

quicksandznzn avatar May 06 '24 02:05 quicksandznzn