What problem does it solve?
Prevents unsafe full-rollouts by formalizing the canary phase: it defines what healthy looks like for a limited release, prescribes watch windows and owner roles, and specifies exact rollback triggers so teams can detect regressions and act quickly.
Core Features & Use Cases
- Canary contract definition: scope, watch window, primary signals, rollback thresholds, and owners to make promotion decisions objective and repeatable.
- Watchlist and verification: track system, user journey, and business guardrails with explicit checks and status tracking so breaches are visible and attributable.
- Investigation and decision workflow: guidance to contain incidents, run targeted investigations, and then PROMOTE, HOLD, or ROLLBACK based on evidence; includes examples for API releases and feature-flag cohorts.
Quick Start
Start a canary review for release api:v2.4.0 on 10% us-east traffic with a 45 minute watch window and explicit rollback thresholds to determine PROMOTE, HOLD, or ROLLBACK.