Cloud & DevOps2 min read495 words

What Is an SLO?

A service level objective is a target for reliability, deliberately below 100%. The number is not the point - the error budget it creates is, because that is what turns reliability into a decision instead of an argument.

JL

Jishu Labs

A service level objective is a target value for a service level indicator over a window — for example, 99.9% of requests served successfully within 300ms, measured over 30 days. It sits between the raw measurement and any external promise.

SLI, SLO, SLA

  • SLI — the indicator. What you actually measure: success rate, latency percentile, freshness.
  • SLO — your internal target for that indicator. Chosen, not discovered.
  • SLA — a contractual promise to a customer, usually looser than the SLO so that missing the objective is not immediately a breach.

The error budget is the useful part

A 99.9% objective over 30 days permits roughly 43 minutes of failure. That allowance is a budget, and it converts an unproductive argument into an operational rule:

  • Budget remaining — ship features, take considered risks. Reliability work is not urgent.
  • Budget exhausted — feature work pauses in favour of reliability until it recovers.
  • Budget never consumed — the objective is too strict and is costing velocity for reliability nobody asked for.

Why 100% is the wrong target

A 100% objective is unachievable, and pursuing it means the last fraction of a percent costs more than everything before it. Worse, it removes the error budget — and with it the mechanism for deciding when reliability work is warranted. An objective nobody can miss cannot inform any decision.

Choosing the number

Set it from what users notice, not from how many nines sound impressive. Two questions get you most of the way: at what point does a user abandon the task, and what does the dependency chain make possible? A service built on a 99.9% dependency cannot credibly promise 99.99%.

Measure what users experience

  • Measure as close to the user as practical — server-side success rates miss failures that never reached your server.
  • Use percentiles, not averages. A mean latency of 200ms hides a p99 of eight seconds, and the p99 is somebody's every request.
  • Define 'success' precisely: a 200 response containing an error message is a failure, whatever the status code says.
  • Pick a window and hold it. Shifting between 7 and 30 days changes the number without changing reality.

Where SLOs meet AI features

Model-backed endpoints need indicators traditional ones do not cover. Availability and latency still apply, and neither captures whether the answer was right. Teams running LLM features generally end up with a correctness or groundedness indicator scored on sampled traffic alongside the conventional two — with the honest caveat that it is a sampled estimate, not a complete measurement.

Frequently Asked Questions

How many SLOs should a service have?

Few. One or two indicators that genuinely reflect user experience beat a dashboard of twelve nobody acts on.

What happens when the budget is exhausted?

Whatever you agreed in advance, written down before it happens. The policy has no force if it is negotiated in the middle of a bad month.

Do internal services need SLOs?

The ones others depend on, yes. That is how a dependency chain's achievable reliability becomes calculable rather than assumed.

References

  1. Google SRE Book — Service Level ObjectivesGoogle SRE
  2. DORA — DevOps Research and AssessmentDORA / Google Cloud
JL

About Jishu Labs

Jishu Labs is a software development company founded in 2016. We build custom software, AI/ML systems, and full-stack web and mobile applications for clients, and we make eight AI tools for software teams.

Related Articles

Cloud & DevOps2 min read

What Are DORA Metrics?

Four measures of software delivery performance: deployment frequency, lead time, change failure rate and time to restore. They work because they are hard to game together - and they break the moment one becomes a target.

Jishu Labs

July 23, 2026

Cloud & DevOps2 min read

Agent Observability: What to Trace, What to Score

Traditional observability tells you an agent responded. It does not tell you whether the response was correct. What to instrument for agentic systems, and how tracing and evaluation fit together.

Jishu Labs

July 20, 2026

Ready to Build Your Next Project?

Let's discuss how our expert team can help bring your vision to life.

AI Tools,
Built
End-to-End

Ready to Get Started?

Get consistent results. Collaborate in real-time.
Build Intelligent Apps. Work with Jishu Labs.

SCHEDULE MY CALL