For AI agents: A markdown version of this page is available at https://docs.datadoghq.com/ddsql_reference/data_directory/dd/dd.service_level_objectives.dataset.md. A documentation index is available at /llms.txt.

Service Level Objectives

This dataset captures Service Level Objectives (SLOs), which track Service Level Indicators (SLIs) against reliability targets to manage the balance between velocity and stability. Each row details an SLO’s definition, latest evaluation state as displayed in the SLO manage page, current SLI value, and remaining error budget. It includes metadata for associated services, teams, environments, and tags to enable data-driven decision-making and incident prioritization.

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").
Service Level Indicator (SLI) Valuesli_valuecorefloat64The current SLI value (percentage) for this SLO.
Target Thresholdtarget_thresholdcorefloat64The target service level threshold (percentage) for this SLO.
Error Budget Remainingerror_budget_remainingcorefloat64The percentage of error budget remaining, computed as 100 * (sli - target_threshold) / (100 - target_threshold).
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.
TagstagscorehstoreAll tags associated with the SLO as key-value pairs (e.g., "env:prod", "team:foo").