Dashboard
Overview analytics
Decision mix, latency percentiles, and top runtime policy signals.
The Overview screen summarizes recent traffic across a project: the decision mix, latency, and the most common runtime policy signals. It’s the fastest way to judge whether a policy is behaving before and after you enable Enforce. Every panel covers the selected window, which defaults to the last 30 days (24h / 7d / 30d selectable). If the window is empty but the project has older telemetry, a notice shows the last activity time; the project selector always shows all-time event counts.
KPIs#
The stat cards report, over the selected window:
| Card | Meaning |
|---|---|
| Total events | Gateway traces plus standalone SDK checks, with the per-source split shown beneath. |
| Active sessions | Distinct session IDs seen in the window. |
| Block rate | Share of all events that were blocked (gateway) or judged unsafe (SDK checks). |
| Proxy error rate | Share of gateway traces that errored. Shown once the project has gateway traffic. |
Decision mix & latency#
A distribution bar combines gateway outcomes and SDK verdicts into Allowed / Observed risk / Blocked, with gateway failures under Errors. A latency panel shows p50 / p95 / p99 across both sources. Use these together: a healthy rollout shows the decision mix you expect at latency your app can tolerate.
Top signals#
Ranked lists surface where risk, corrective activity, and load concentrate:
| List | Shows |
|---|---|
| Risk signals | Flagged and unsafe SDK classifications by integrity layer and classifier taxonomy label (for example INT-Input · jailbreak). Labels come from classifier vocabulary; message content is never shown. |
| Steering actions | Counts of corrective controls the gateway recorded in the window: prompt armoring, context splicing, sampling constriction, tool sanitization/stripping/blocking, quarantine, informed retries, model escalations, and CoT escalations. See Steering. |
| Top reason codes | Most frequent trace-level reason codes. |
| Top models | Which upstream models drive traffic. |
| Top tools | Most-checked tools. |
| Top spans | Where time is spent in the cascade. |