Skip to content

[BUG] I found a bug ... #732

@woorijeong

Description

@woorijeong

Bug

what is it ?

  • agent could not receive span data from python application
  • It seems like they connect each other when initializing python application.

how to reproduce

  • I set urllib field to True in monkey_patch_for_pinpoint function and call AWS API to use LLM.

logging file attach
[pinpoint] [4:4]read event
[pinpoint] [4:4]collector information: version:v0.5.0
[pinpoint] [4:4]collector-agent should be >=v0.5.0, please upgrade it
[pinpoint] [4:4]recv_msg_from_collector error
[pinpoint] [4:4]reset peer:27
[pinpoint] [4:4]agent try to connect:(pinpoint-collector-agent:9999)
[pinpoint] [4:4]write event
[pinpoint] [4:4]write event
[pinpoint] [4:4]write event
[pinpoint] [4:4]write event
[pinpoint] [4:4]write event
[pinpoint] [4:4]write event
[pinpoint] [4:4]write event
[pinpoint] [4:4]write event
[pinpoint] [4:4]write event
[pinpoint] [4:4]write event
[pinpoint] [4:4]write event
[pinpoint] [4:4]write event
[pinpoint] [4:4]write event
[pinpoint] [4:4]write event
[pinpoint] [4:4]write event
[pinpoint] [4:4]write event
[pinpoint] [4:4]write event
[pinpoint] [4:4]write event
[pinpoint] [4:4]write event
[pinpoint] [4:4] [128] pinpoint_end_trace Done!

Feature

FastAPI + Uvicorn is based on ASGI architecture. So only 1.4.1 pinpointPy package supports this.
But I think 0.5.0 agent is not compatible with that package version.

What I am using :

  • pinpoint-c-agen : 0.5.0
  • pinpointPy : 1.4.1
  • python 3.9.18

Discuss

I need to know what version I have to install to support pinpointPy 1.4.1

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions