Skip to main content

Observability

  • Metrics: latency, token usage, error rates, WS connections
  • Logs: structured JSON with correlation IDs
  • Tracing: edge traces and spans across chat → tools → storage
  • Alerts: error budgets, quota breaches, degraded regions

SLOs and SLAs

Health Checks

  • /health verifies DB, integrations, and secrets
  • Synthetic probes per region
  • Canary deploy with automatic rollback

Runbooks

  • Stripe webhook retries
  • Supabase outage fallback (read-only)
  • Edge region failover
See also: Architecture, Performance.