Service Level Objective (SLO) - CI/CD用語集の定義
SLOは、deployの99.9%が成功するといった、ある時間枠にわたる測定可能な信頼性の目標で、チームが達成を約束するものです。
service level objectiveは、ある期間にわたる信頼性メトリクスの目標です。たとえば、CIのjobの99.9%が15分以内に完了する、といったものです。SLOを達成できないとerror budgetを消費します。
関連ガイド
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…
Service Level Agreement (SLA) - CI/CD Glossary DefinitionService Level Agreement (SLA): A service level agreement is a contractual commitment about a service level, u…
Error Budget - CI/CD Glossary DefinitionError Budget: An error budget is the allowed amount of unreliability under an SLO, for example the 0.1% of fa…