Console UI Observability Runbook

Audience: SRE and operators standing up dashboards, alerts, and health checks for the Stella Ops Console.

This runbook is the operational companion to the Console observability guide: it lists the concrete Grafana dashboard, metric names, alert thresholds, and offline verification steps. Use the guide for the “what and why”; use this runbook for the “exactly which knobs.”

Dashboards (offline import)

Key metrics

Logs & traces

Health/diagnostics

Alert hints

Offline verification steps

  1. Import Grafana JSON locally; point to Prometheus scrape labeled console-ui.
  2. Run npm run build -- --configuration=production (or offline kit build) and verify bundle hashes against manifest used by /health/ui.
  3. Fetch /status and compare commit/version to the static asset manifest embedded in the offline kit.