Inspect gateway traces
The Fabric Gateway Traces page provides a list view of distributed traces captured across the gateway, with filters for protocol, route, service, user, and status. It’s the primary entry point for identifying anomalies, such as elevated latency, failing routes, or authentication errors. Drill into an individual trace for a detailed breakdown.
To manage the trace list, go to Observability > Traces.
Summary metrics
Traces displays the following summary metrics, calculated over the selected time range:
Time range
Use the time range toggle (24H, 7D, 30D, 90D) to control the window over which summary metrics and the trace list are calculated.
Filters
The filter bar allows the trace list to be narrowed using the following criteria:
Trace list
Each row in the table represents a single span or operation captured within a trace. A single trace (identified by one Trace ID) may appear as multiple rows if it contains multiple recorded operations.
Typical uses
You can use the trace list to do the following:
- Identify slow requests — Sort or scan by Duration to find operations approaching or exceeding the P95 latency shown in the summary metrics.
- Detect failing routes or users — Repeated non-2xx status codes for a given Route or User can indicate a misconfiguration, expired credential, or authentication issue.
- Compare protocol performance — Because LLM and MCP operations differ significantly in expected duration, filtering by Protocol helps establish a meaningful baseline before flagging an operation as anomalous.
- Investigate a specific trace — Once a trace of interest is identified, select its Trace ID to open the full trace view, which shows the complete span hierarchy, per-span duration, and span-level attributes.