Error Rate Threshold Gate とは?
Error rate threshold gate は、失敗したリクエストの割合を監視し、定義された上限を超えたときに不合格とする deployment チェックです。エラー率の上昇を、新しいバージョンが不調である明確なサインとして扱います。threshold を超えると rollout が止まるか、自動的な rollback がトリガーされます。
なぜ重要か
エラー率は、deployment が何かを壊したことを示す最も速い指標の 1 つです。これを gate にすることで、露出から数分以内に明らかな失敗を捕捉できます。
関連ガイド
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…
What Is a Rollout Health Gate?A rollout health gate pauses or halts a progressive deployment when live health signals breach thresholds, st…
What Is Automated Canary Judgment?Automated canary judgment is software that decides whether a canary release is healthy by comparing its metri…