What gates track#
Gates are quality checkpoints that governed agents must pass. The gates dashboard shows health, trends, and performance:
Gate health#
The gates page at /dashboard/{workspaceId}/gates shows:
| Section | What it shows |
|---|---|
| Gate Health Table | Per-gate pass rate with color coding (green >= 95%, amber >= 80%, red < 80%) |
| Activity Trend | Combined pass + fail counts over time |
| Denial Trend | Policy denial count over time |
| Task Lifecycle | Event counts by lifecycle stage (created, scheduled, executed) |
Gate compute#
Gate execution performance is tracked as Gate Compute Time (not LLM costs — this measures gate execution duration in milliseconds):
| Metric | Description |
|---|---|
| Total Compute | Sum of all gate execution time |
| Total Runs | Number of gate executions |
| Avg Duration | Average execution time per gate |
| Slowest Gate | Gate with highest total compute time |
Policy denials#
When a governed action violates a policy, the denial is recorded with
the tool name and denial count. View denials in the gates dashboard
or query via GET /api/v1/evidence.
API access#
Pipeline telemetry: GET /api/v1/telemetry/pipeline?days=30
DORA metrics: GET /api/v1/telemetry/dora?days=30