Backdrop:
I have the below 2 multi-agent scenarios written using Agent Framework:
- Workflow (AI) -> AI Agent (over A2A)
- AI Agent -> AI Agent (over A2A)
Every Workflow/Agent is running as an independent process.
setup_observability() is set in the code for setting up observability
Issue:
Not able to see the complete end-to-end traceability for both the mentioned scenarios in Azure Monitor Application Insights. Say if a calling agent is invoking a called agent, then the spans for both the agents should be visible in the same view in Azure Monitor Application Insights.
Attached images show the Expected and Observed traces.
