Rollout Health Gate とは?
Rollout health gate は、段階的な deployment の途中で、エラー率や latency などのライブシグナルを threshold と照らして評価するチェックポイントです。新しいバージョンが不健全に見える場合、gate は rollout の前進を止めるか rollback をトリガーします。これは、小さな露出から全トラフィックへの経路を守ります。
なぜ重要か
リリース前テストをすり抜けたリグレッションも、実トラフィックの下で表面化することがあります。health gate は、ユーザーのごく一部だけが影響を受けている間にそれを捕捉します。
関連ガイド
What Is Automated Canary Judgment?Automated canary judgment is software that decides whether a canary release is healthy by comparing its metri…
What Is an Error Rate Threshold Gate?An error rate threshold gate blocks or rolls back a release when the share of failed requests rises above a s…
What Is a Latency Budget Gate?A latency budget gate fails a release when response times exceed an allowed budget, ensuring a new version do…