Error Budget - CI/CD用語集の定義
error budgetはSLOが許容する失敗の量で、残りが少なくなると、チームは信頼性が回復するまでリスクの高いdeployを一時停止します。
error budgetは、SLOのもとで許容される不安定さの量です。たとえば99.9%の目標が許容する0.1%の失敗などです。これを速く使い切ることは、リスクの高い変更を減速すべきサインとなります。
関連ガイド
Service Level Objective (SLO) - CI/CD Glossary DefinitionService Level Objective (SLO): A service level objective is a target for a reliability metric over a window,…
Burn Rate - CI/CD Glossary DefinitionBurn Rate: Burn rate measures how fast an error budget is being consumed relative to the SLO window. A burn r…
Service Level Indicator (SLI) - CI/CD Glossary DefinitionService Level Indicator (SLI): A service level indicator is the actual measured metric behind an SLO, such as…