Monitor gateway traffic with analytics and traces
Fabric Gateway records every request that passes through it, so you can monitor traffic without instrumenting your own services. Use Analytics to see aggregated metrics like cost, latency, and error rate across a time window, and use Traces to inspect individual requests down to the plugin and upstream level.
Learn how to read the dashboards and how to find and inspect a trace.
Understanding analytics
Analytics enables you to monitor LLM and MCP traffic within these time windows: one hour, 24 hours, seven days, or 30 days.
View LLM traffic analytics
To view LLM analytics, do the following:
- In the sidebar, select Analytics under Observability.
- Select the LLM tab.
- Select a time window.
The LLM tab shows the following:
View MCP traffic analytics
To view MCP analytics, do the following:
- In the sidebar, select Analytics under Observability.
- Select the MCP tab.
- Select a time window.
The MCP tab shows the following:
Understanding traces
Traces, under Observability in the sidebar, lists every distributed trace recorded by the gateway. Use Traces when you need to debug a specific request rather than look at aggregate metrics.
Find a trace
To find a trace, do the following:
- In the sidebar, select Traces under Observability.
- Optionally, select a time range: 24H, 7D, 30D, or 90D.
- Optionally, add one or more filters: Protocol, Route, Service, User, or Status.
The traces list shows summary cards for total traces, P95 latency, and error rate over the selected range, followed by a table with the following columns: Trace ID, Timestamp, Protocol (HTTP, LLM, or MCP), Operation, Route, Service, User, and Status.
Inspect a trace
Select a row in the traces table to open its span view.
Each trace is made up of one or more spans — for example, an HTTP request through an imported service has a gateway span and a nested span for the call to the upstream. Selecting a span shows its attributes, including:
- Plugin execution time and invocation count
- Upstream attempt count, body-read count, and duration
- Route match type and route name
- Tenant ID
- HTTP method and status code
- The originating user agent
To learn what the plugin-related attributes in a span correspond to and reduce errors or latency shown in analytics or traces, see Control and transform gateway traffic with plugins.

