Implement observability and rollback runbook.
Commands are templates. Replace IDs, secrets and endpoints with your environment values.
Execute each command, capture output, then note issues and fixes.
Run:
export ZEROCLAW_METRICS=1\nzeroclaw start
export ZEROCLAW_METRICS=1zeroclaw startRun:
curl -f http://localhost:9090/metrics | head
curl -f http://localhost:9090/metrics | headRun:
Define alert: error_rate > 5% for 5m; p95_latency > 2s.
Run:
zeroclaw release rollback --to previous --dry-run
zeroclaw release rollback --to previous --dry-runTurn the commands on this page into your team runbook.