SLA - CI/CD Glossary Definition
An SLA (Service Level Agreement) is a formal commitment to a level of service (e.g. 99.9% uptime) with defined penalties or credits when the target is missed.
Related guides
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…