Overview
The Overview tab is the landing page of the Metrics Dashboard. It provides a single-screen summary of gateway activity across both LLM and MCP traffic.
Overview tab showing high-level gateway health
Top-Level Counters
Top-Level Counters
- Total Cost — aggregate spend across all models, with period-over-period comparison.
- Total LLM Calls — count of all LLM API requests, with period-over-period change.
- Total MCP Calls — count of all MCP requests, with period-over-period change.
Incoming Requests
Incoming Requests
Error Breakdowns
Error Breakdowns
Guardrails Summary
Guardrails Summary
Top Usage Rankings
Top Usage Rankings
Model Metrics
Deep visibility into LLM model performance, cost, and usage. Compare models, debug user issues, and track team spending.
Model Metrics — performance and cost overview
View By Selector
View By Selector
Top-Level Counters
Top-Level Counters
- Total Input Tokens — total tokens sent to models.
- Total Output Tokens — total tokens generated by models.
- Total Count of Requests — number of LLM API calls.
- Total Cost of Tokens — aggregate cost in USD.
Performance Charts
Performance Charts
- Requests Per Second — throughput over time, broken down by the selected dimension.
- Request Failure Rate — percentage of requests that failed over time.
- Request Failures Breakdown — stacked bar chart showing failure distribution by error type.
- Request Failure Rate By Error Type — failure rate broken down by HTTP status code (4xx, 5xx).
Latency Charts
Latency Charts
- Request Latency — end-to-end time from when the gateway receives a request until the complete response is returned.
- Time To First Token (TTFT) — time until the first token is received. Critical for streaming use cases.
- Inter Token Latency (ITL) — average time between consecutive tokens in a streaming response.
- Time Per Output Token (TPOT) — average time to generate each output token.
Cost and Token Charts
Cost and Token Charts
- Cost of Inference — cost over time, broken down by the selected dimension.
- Input Tokens — input token volume over time.
- Output Tokens — output token volume over time.
MCP Metrics
Tracks all Model Context Protocol (MCP) traffic flowing through the AI Gateway — server performance, tool-level metrics, and failure analysis.MCP Servers View
MCP Servers View

MCP Metrics — MCP Servers view
- Requests Per Second — throughput per MCP server over time.
- Request Latency — latency with P50/P75/P90/P99 percentile selectors.
- Request Failure Rate By Error Type — failures broken down by HTTP status code and RPC errors.
- Request Failure Rate — overall failure rate per server over time.
- Request Failures Breakdown — failures by server and error type.
- MCP Method Calls Breakdown — which MCP methods (
tools/list,tools/call,resources/list, etc.) are called most frequently. - Error Breakdown — errors grouped by error type and virtual account.
Tools View
Tools View

MCP Metrics — Tools view
- Requests Per Second — throughput per tool over time.
- Request Latency — latency with P50/P75/P90/P99 selectors.
- Request Failure Rate By Error Type — failures by error type for each tool.
- Request Failure Rate — overall failure rate per tool.
- Request Latency Summary — horizontal bar chart comparing latency distributions across tools.
- Requests Count — tools ranked by total request count.
- Requests Failures Breakdown — failures broken down by tool and error type.
View By Selector
View By Selector
Guardrail Metrics
Shows how your content safety and compliance guardrails are performing — evaluations, blocked and mutated requests, and latency impact.
Guardrail Metrics tab
Top-Level Counters
Top-Level Counters
- Total Requests — number of requests evaluated by guardrails.
- Total Mutated Requests — requests where a guardrail modified the content.
- Total Flagged Requests — requests that were blocked by a guardrail.
Charts
Charts
- Evaluated Requests per Second — rate of guardrail evaluations over time.
- Requests per Second by Result — evaluations split by outcome:
allowed,blocked,mutated,audit_mode_blocked. - Requests Blocked Rate by Guardrail — which guardrails are blocking the most traffic.
- Requests Mutated Rate by Guardrail — which guardrails are mutating content most often.
- Guardrail Results for Model Input — per-guardrail outcomes for prompts/user messages.
- Guardrail Results for Model Output — per-guardrail outcomes for completions/responses.
- Guardrail Latency Rate — latency overhead with P50/P75/P90/P99 percentiles.
- Request Latency Distribution — latency comparison across guardrail groups.
View By Selector
View By Selector
Routing Metrics
Visibility into routing rules, rate limits, and budget limits — how they distribute traffic and enforce policies.
Routing Metrics tab
Top-Level Counters
Top-Level Counters
- Total Loadbalances — number of times load balancing was applied.
- Model Calls Blocked By Rate Limit — requests rejected for exceeding a rate limit.
- Model Calls Blocked By Budget Limit — requests rejected for exceeding a budget constraint.
Routing Charts
Routing Charts
- Routing Rule Usage Rate — how often each routing rule is triggered over time.
- Routing Failure Rate — routing-level failures where no valid target was found.
- Routing Rule Target Model Breakdown — which target models each routing rule resolves to.
Rate Limiting Charts
Rate Limiting Charts
- Rate Limit Checks Rate — rate of rate-limit evaluations over time.
- Rate Limit Exceeded Rate — how often rate limits are being hit.
- Rate Limit Result Breakdown — allowed vs. blocked counts per rate-limit rule.
Budget Limit Charts
Budget Limit Charts
- Budget Limit Checks Rate — rate of budget-limit evaluations over time.
- Budget Limit Exceeded Rate — how often budget limits are being hit.
- Budget Limit Result Breakdown — allowed vs. blocked counts per budget rule.
View By Selector
View By Selector
Cache Metrics
Measures the performance of your semantic cache — hit rates, cost savings, latency overhead, and errors.
Cache Metrics tab
Top-Level Counters
Top-Level Counters
- Total Requests — number of requests that went through the cache lookup.
- Total Cost Saved — dollar amount saved by serving responses from cache.
- Cache Hit % — percentage of requests served from cache.
Charts
Charts
- Total Requests — cache request volume over time.
- Cache Hit Percentage — hit vs. miss rate over time. A high hit rate means the cache is working well; a low or declining hit rate may indicate queries are too diverse for the current cache configuration.
- Cost Savings — dollar savings from cache hits over time.
- Cache Errors — errors encountered during cache operations. Ideally this should show “No data”.
- Latency Added Average — average latency overhead introduced by cache lookups.
View By Selector
View By Selector
Filtering and Drill-Down
The dashboard includes filters that allow you to narrow down your analysis to specific models, users, virtual accounts, teams, MCP servers, tools, or custom metadata fields. Filters persist across tabs, making it easy to investigate a specific user or model across all dimensions.
Filtering metrics by user email and model name
Exporting Data
You can download aggregated metrics data in CSV format by clicking the export icon on supported tabs. Choose which dimensions to group the data by and optionally include custom metadata keys. You can also fetch the data via API for programmatic access; see the per-datasource guides for Model, MCP, Guardrail, Cache, Routing, and Agent metrics.
Export dialog for downloading aggregated metrics data