Docs
Queues
The Queues panel surfaces Kumo metrics + the bounce/suspend lists without
exposing Kumo admin directly to the panel sidebar.
Endpoints
| Path | Auth | Returns |
|---|---|---|
GET /v1/kumo/metrics |
ops cred (x-ops-token) |
First ~5 KB of /metrics for the panel metrics sample |
GET /v1/kumo/bounces |
ops cred | JSON bounce list (/api/admin/bounce/v1) |
GET /v1/nodes/:id/health |
operator+ | Per-node health → nodes.status |
Notes
Opsreads are oper-cred gated (requireOpsAccessin Hono) and never accept anonymous tokens.- The metrics sample is intentionally a small slice — full Prometheus scrape
is operator territory and lives under
infra/observability/(Release B). - Bounce/suspend lists render as a panel table; the panel does not currently expose row-level actions. Release B adds purge + per-domain suspend.
Related
- docs/build/nodes.md — health probe contract.
- docs/build/policy.md — queue depth often correlates with policy shape.
Last verified: Sat Jul 11 2026 17:00:00 GMT-0700 (Pacific Daylight Time). Cross-link maintained byscripts/check-docs-drift.sh (M54).