SLO - CI/CD Glossary Definition
An SLO (Service Level Objective) is a measurable internal reliability target (e.g. 99.9% of requests succeed) that is usually stricter than the SLA and drives the error budget.
Related guides
SLA - CI/CD Glossary DefinitionAn SLA is a contractual promise about service quality - uptime or response time - with consequences like cred…
Error Budget - CI/CD Glossary DefinitionAn error budget is the allowable amount of unreliability under an SLO. Spending it slows risky releases; stay…
Observability - CI/CD Glossary DefinitionObservability is how well you can infer a system’s internal state from its outputs - logs, metrics, traces -…