---
title: Reliability Overview
description: Datadog, the leading service for cloud-scale monitoring.
breadcrumbs: Docs > Internal Developer Portal > Engineering Reports > Reliability Overview
---

# Reliability Overview

{% callout %}
# Important note for users on the following Datadog sites: app.ddog-gov.com

{% alert level="danger" %}
This product is not supported for your selected [Datadog site](https://docs.datadoghq.com/getting_started/site). ().
{% /alert %}

{% /callout %}

## Overview{% #overview %}

The Reliability Overview report supports aggregated views of SLOs and Incidents to help executive leadership understand your organization's reliability at a glance. With this report, you can:

- Customize your SLO or Incident groupings to be based on service, team, or other tags or properties that have been added to your SLOs or Incidents.
- Use a summary score, based on the remaining error budget of the underlying SLOs, to understand SLO performance across different groups and identify areas of improvement.
- Explore daily, weekly, and monthly historical reliability trends over the last 12 months to understand performance over time.

Access the Reliability Overview report by searching for "Engineering Reports" (or clicking on the**Overview** tab in IDP) and selecting **Reliability Overview** in the left-hand menu.

{% image
   source="https://datadog-docs.imgix.net/images/tracing/eng_reports/reliability-overview-landing2.67e9032536cafd3bbdfef754b7c09a84.png?auto=format"
   alt="Default view of the Reliability Overview report, which shows SLO Performance data" /%}

## Interact with your Reliability Overview report{% #interact-with-your-reliability-overview-report %}

### Adjust your view{% #adjust-your-view %}

{% image
   source="https://datadog-docs.imgix.net/images/tracing/eng_reports/reliability-overview-filtered2.e76eca60677cdce447d27949ac26b1e3.png?auto=format"
   alt="Reliability Overview page with an arrow highlighting the filtering options" /%}

You can update your Reliability Overview report view in the following ways:

- **Switch the aggregation between "Service" or "Team"**: View your organization's SLO and Incident performance by service/team groupings to identify top- and bottom-performing areas.

**Note**: Service/team groupings are based on the **service** or **team** tag added to your SLOs, and the **services** or **teams** properties added to your Incidents.

- **View daily, weekly, or monthly historical information**: Update the historical SLO and Incident trends to your desired granularity.

- **Add filters to scope the data**: Filter by teams, services, and incident severity and state.

### Schedule reports{% #schedule-reports %}

Set up scheduled reports for your stakeholders that are delivered as PDFs through email, Slack, or Microsoft Teams on a recurring basis.

To schedule reports, click on **Schedule Report** in the top right corner (or **Manage Reports** if you've already set up reports). Refer to the [Scheduled Reports documentation](https://docs.datadoghq.com/dashboards/sharing/scheduled_reports/) for more information.

### Customize your report{% #customize-your-report %}

On the upper right corner of the report, click the three-dot menu and select **Clone as a Dashboard** to create a dashboard with content from the Reliability Overview report.

To customize the dashboard, you can:

- Update the SLO Summary table to group by any tag you have added to your SLOs (for example, you can create a view grouped by "user journey")
- Add widgets that are not included in the default view
- Add filters to the existing widgets (for example, you can filter Incidents based on "Detection Method")

## Use the SLO summary score{% #use-the-slo-summary-score %}

{% image
   source="https://datadog-docs.imgix.net/images/tracing/eng_reports/slo-summary-score2.5803383b8796dd2d20ed2dddd150a8bc.png?auto=format"
   alt="The SLO Summary widget, including the SLO summary score" /%}

The **SLO Summary** widget includes a "score". It is designed as a summary metric for executive leadership to understand the performance of a group of SLOs. The score is calculated based on the average remaining error budget of the underlying SLOs, which is then mapped to a score between 0 - 100:

- The score is "passing" (green/yellow) when most SLOs are **not** breached and have remaining error budget.
- The score is "failing" (red) when many SLOs are out of error budget or a few SLOs are far out of error budget.
- SLOs in the "No Data" state are not considered in the score.

### Score calculation details{% #score-calculation-details %}

The score is calculated as follows:

$$ \text"Average Remaining Error Budget" = {∑_{i=0}^{n}\text"[Remaining Error Budget]"_i} / n $$

$$ \text"Score" = {max(\text"[Average Remaining Error Budget]",-200) + 200} / 300 * 100 $$

- Average the remaining error budget of the SLOs (the minimum error budget is set to -200%, so any SLO with a lower error budget will be counted as -200% in the average).
- Map the average error budget (between -200 and 100) to a score between 0 and 100.
- Set the color and status of the score based on the following thresholds:
  - **Red:** 0 ≤ Score < 66.667
  - **Yellow:** 66.667 ≤ Score < 80
  - **Green:** 80 ≤ Score ≤ 100

**Note**: An average remaining error budget of 0% corresponds to a Score value of 66.667.

## Further reading{% #further-reading %}

- [Service Level Objectives](https://docs.datadoghq.com/service_level_objectives/)
- [Incident Management](https://docs.datadoghq.com/incident_response/incident_management/)
- [Datadog Dashboards](https://docs.datadoghq.com/dashboards/)
