Service Level Objectives

This dataset provides access to Datadog Service Level Objectives (SLOs) and their current evaluation state. SLOs measure the reliability of services over time by tracking a Service Level Indicator (SLI) against a target threshold. Each row represents an SLO definition along with its current state, error budget remaining, associated services, teams, environments, and tags.

dd.service_level_objectives

Fields

TitleIDTypeData TypeDescription
NamenamecorestringThe name of the SLO as configured by the user.
StatestatecorestringCurrent evaluation state of the SLO (e.g., "breached", "warning", "ok", "no_data").
Team Namesteam_namescorearray<string>Array of team names associated with the SLO.
Service Namesservice_namescorearray<string>Array of service names associated with the SLO.
Environmentsenvscorearray<string>Array of all environment tags associated with the SLO.
Target Thresholdtarget_thresholdcorefloat64The target service level threshold (percentage) for this SLO.
Service Level Indicator (SLI) Valuesli_valuecorefloat64The current SLI value (percentage) for this SLO.
Error Budget Remainingerror_budget_remainingcorefloat64The percentage of error budget remaining, computed as 100 * (sli - target_threshold) / (100 - target_threshold).
TagstagscorehstoreAll tags associated with the SLO as key-value pairs (e.g., "env:prod", "team:foo").