Tutorial: Foundry tracing editor¶
CSA Loom
tracingeditor — verified working against a live console by the UAT harness on 2026-07-01.
Open the editor¶
- Sign in to your CSA Loom Console (for example
https://<your-console-host>). - Open or create a workspace from the Workspaces page.
- Click + New item and choose Foundry tracing from the catalog.
- The editor opens at
/items/tracing/<id>:
What this editor does¶
Foundry tracing surfaces operation traces (Application Insights) for prompt flow runs, evaluator runs, and endpoint calls. In Loom you filter by operation and time window to drill from a failed run into the actual span.
Getting started¶
- Pick an operation — Filter traces by operation type (flow run, evaluator, endpoint call).
- Set a window — Choose the time window to scope the trace list.
- Open a span — Drill into a span to see latency, tokens, and errors for the call.
- Diagnose failures — Use traces to find the failing node or call behind a bad run.
Learn more¶
- Microsoft Learn reference: https://learn.microsoft.com/azure/ai-studio/concepts/trace
Verified by the UAT harness¶
- Tested at:
2026-05-26T13:54:39.961Z - Verdict: A (renders cleanly, real backend responded)
- Test source:
apps/fiab-console/e2e/editors.uat.ts
