Skip to Content
Analytics

Analytics

See what every protocol, tool, agent, and LLM provider is doing in real time. Seven tabs cover different aspects of your organization’s activity, and the numbers are live: gateway traffic, tool executions, and agent runs feed the tiles and charts as they happen, with a 30-second refresh on the Overview tab.

Analytics overview

In the UI

  1. Open Analytics in the sidebar.
  2. The Overview tab loads by default, showing aggregate metrics.
  3. Use the date range picker in the top-right corner to filter data.
  4. Click any of the seven tabs to drill into a specific area.
  5. Click Export on any tab to download the data as CSV.

Tabs

Overview

Top-level metrics: total requests, success rate, average latency, active tools, active gateways, and LLM token usage. Includes a time-series chart of request volume over the selected period.

Request Log

Paginated list of every gateway request with timestamp, tool name, protocol, status code, latency, and caller IP. Click a row to see full request and response payloads.

Tools

Per-tool breakdown: execution count, success rate, average duration, and last-used time. Sorted by most-used by default. Counts every execution path: direct test runs, MCP tools/call, UTCP execute, and agent tool_call nodes all roll up here.

Tools tab

Gateways

Per-gateway breakdown: total requests, success and error counts, and success rate, attributed by protocol (MCP, UTCP, A2A, Skills). Useful for spotting misconfigured or underused gateways.

Gateways tab

LLM

Per-provider usage: total calls, token counts (input and output), estimated cost, and average latency. Helps track spending across providers.

Agents

Per-agent execution metrics: run count (24h and 7d), success rate, average duration, and estimated cost, with a recent-failures list below the table.

Agents tab

Audit Trail

Chronological log of every sensitive action (create, update, delete, execute) with the acting user, timestamp, resource type, resource ID, and source IP.

Audit trail

Metrics reference

MetricDescription
totalRequestsTotal gateway requests in the period
successRatePercentage of 2xx responses
avgLatencyAverage response time in milliseconds
totalTokensTotal LLM tokens consumed (input + output)
estimatedCostEstimated LLM cost in USD
uniqueCallersDistinct API keys or IPs that made requests
errorRatePercentage of 4xx and 5xx responses

Retention

Usage metrics and request logs are retained for 90 days by default, then pruned by a background sweep. Self-hosted deployments can change the window with the METRICS_RETENTION_DAYS environment variable, or set it to 0 to keep everything. See Self-Hosting for the full list of environment variables.

API

Usage metrics, request logs, audit logs, and CSV export are available over REST. See the API reference.