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 response
Code of Conduct
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:
Additional context
No response
Code of Conduct