openskills.info
Course Preview

Service-Level Indicators and Objectives

Service-level indicators measure whether users receive an acceptable service outcome. Service-level objectives set the target for those measurements, so teams can decide when reliability work or release risk needs attention.

itPlatform engineering and SRE

Service-Level Indicators and Objectives

A service-level indicator, or SLI, measures a service behavior that matters to users. A service-level objective, or SLO, states the target for that measurement over a defined period. Together, they turn a statement such as “the service should be reliable” into a measurable agreement.

The useful sequence is:

user journey → service outcome → SLI → SLO → error budget → decision

You start with the user’s outcome, not the metric that happens to be available. For an API, a useful outcome might be receiving a successful response within a latency threshold. For a data pipeline, it might be receiving correct, fresh data by a deadline. The measurement is a proxy for that outcome, so its limits need to be explicit.

Separate the indicator from the objective

An SLI is the measured value. For a request-driven service, a common form is a ratio of good events to total eligible events:

Continue the course

This section is part of the paid course.

See pricing to subscribe, or log in if you already have access.

Where this skill leads

Relevant careers

See how this topic contributes to broader role-level skill maps.

Sources