Skip to main content

AI Traces

The AI Traces page gives you low-level distributed-tracing visibility across the AI Foundry services themselves. It complements the session-level view on the Playbook Sessions page: use AI Traces when you need to diagnose latency and errors at the span and service level, rather than at the conversational-session level.

AI Foundry Traces

The page is split into two tabs:

  • Overview (span and latency analytics)
  • Traces (a searchable log of individual traces).

Filter bar

AI Foundry Traces Filters

Both tabs share a filter bar at the top:

FilterDescription
ServicesMulti-select one or more services to narrow the analytics and trace list to their activity.
Date rangePick a start and end date. Analytics and traces update to cover only the selected time window.
note

Your administrator may scope which services appear in the services selector. In some deployments, only a fixed, pre-configured set of services is tracked and made available for filtering.

Overview tab

The Overview tab shows span and latency analytics for the selected services and date range, including:

  • A per-operation latency table, listing the slowest or most frequent operations across the selected services.
  • A per-service latency chart, showing how latency trends over time for each selected service.

Use this tab to spot which operations or services are contributing most to overall latency before drilling into individual traces.

Traces tab

The Traces tab lists individual traces for the selected services and date range in a searchable, paginated table.

Columns

ColumnDescription
StatusStatus indicator for the trace. Currently always shown as OK; per-trace error detection is not yet available.
Trace IDTruncated trace identifier; hover to see the full ID.
ServiceThe root service that started the trace.
Root OperationThe top-level operation name for the trace.
DurationTotal wall-clock duration of the trace.
Start TimeWhen the trace started.

Opening a trace

Click any row to open the Trace Detail view for that trace, showing the full span waterfall so you can inspect the timing and relationships between all spans that make up the trace.

See also

  • Observability: session-level view of agent and playbook runs — start there for conversational debugging.
  • Agent: the execution unit whose calls generate spans traced here.