8000 [Feat]: A2AClient should propagate trace context? · Issue #168 · a2aproject/a2a-python · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
8000
[Feat]: A2AClient should propagate trace context? #168
@jerry-junjie-xu

Description

@jerry-junjie-xu

Is your feature request related to a problem? Please describe.

A2A py sdk provides OpenTelemetry util lib #and key classes/functions are intrumented.

However, the trace context is not propagated across agent boundries by default.

Describe the solution you'd like

A2AClient propagates trace context.

Describe alternatives you've considered

We can get trace context propagated manually, when we have control over the coding calling A2AClient:

headers = {}
inject(headers)
async for response in client.send_message_streaming(request, http_kwargs={"headers": headers}):
    ...

Additional context

No respon 5699 se

Code of Conduct

  • I agree to follow this project's Code of Conduct

Metadata

Metadata

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0