Open
Description
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
Assignees
Labels
No labels