SLA - CI/CD用語集の定義
SLA(Service Level Agreement)はサービスレベル(例: 99.9%のuptime)への正式な約束で、ターゲットを外した場合のペナルティやクレジットが定義されています。
関連ガイド
SLO - CI/CD Glossary DefinitionAn SLO is an internal reliability target - like 99.9% of requests under 300ms - that teams measure against to…
Error Budget - CI/CD Glossary DefinitionAn error budget is the allowable amount of unreliability under an SLO. Spending it slows risky releases; stay…
p95 - CI/CD Glossary Definitionp95 is the 95th-percentile latency: the value 95% of requests come in under. It captures tail slowness that a…