All glossary terms
Optimize

SLO

A Service-Level Objective is a target reliability metric for a service — typically expressed as a percentage over a time window. For example: 99.9% of API requests return successfully within 200ms over a rolling 30-day window. SLOs are the operational target; the matching SLA is the customer contract (usually looser than the SLO).

SLOs sit between SLIs (the raw measurement, e.g., 'this percentile latency') and SLAs (the contract). A team's SLO is the target it's privately holding itself to; the gap between SLO and SLA is the error budget — the allowed reliability headroom. Setting SLOs too high makes engineering work conservative; too low frustrates customers. The Google SRE handbook is the canonical reference.

Related terms