Replay Beta
Replay (currently in beta) enables users to retrieve historical SLI data and recalculate their SLO error budgets. You can use this feature when your SLI source data is missing or corrupt or if you want to create a new SLO with historical data.
You can also leverage Replay to backfill your SLO reporting: if you have a backlog of SLI data from the last few days or even weeks, Replay will allow you to fetch that data and use it to recalculate your remaining error budget.
With Replay, you can access your historical data minutes after creating an SLO. This allows you to draw conclusions and make adjustments to your metrics much earlier.
Replay pulls in the historical data while your SLO starts collecting new data in real time. The historical and current data are merged, producing an error budget calculated for the entire period.
Scope of Supportβ
Currently, the following integrations support Replay (see requirements table below for details):
- Datadog
- Prometheus
- AMS Prometheus
- Splunk
- New Relic
- Lightstep
- Amazon CloudWatch
- Graphite
- Dynatrace beta(beta channel for the Agent method only)
You can configure the Agent or Direct connection using Replay to retrieve historical SLI data for Dynatrace using only Nobl9 beta channels. To enable Replay for Dynatrace, request access to the beta feature by contacting Nobl9 support at support@nobl9.com
.
Other Sources will be supported soon.
Requirementsβ
To use Replay for specific data sources, you may need to update the version of the Nobl9 Agent you use. See the table below to determine the minimum Agent version required to use this feature:
Source | Replay Support | Agent Version | Direct Support | Max Period for Historical Data Retrieval |
---|---|---|---|---|
Amazon CloudWatch | β₯ 0.60.0 | 15 days1 | ||
AMS Prometheus | β₯ 0.55.0 | 30 days | ||
Datadog | β₯ 0.54.2 | 30 days | ||
Dynatrace beta | β₯ v0.65.0-beta08 | 28 days 2 | ||
Graphite | β₯ 0.55.0 | 30 days | ||
Lightstep | β₯ 0.56.0 | 30 days | ||
New Relic | β₯ 0.56.0 | 30 days | ||
Prometheus | β₯ 0.54.2 | 30 days | ||
Splunk | β₯ 0.55.0 | 30 days |
2 When you run Replay for the Maximum Period for Historical Data Retrieval for Dynatrace (28 days), remember that due to Dynatrace limitations, there may be 1h of degraded resolution at the beginning of the selected time range.
Create Replayβ
There are two fields that you must define to enable Replay for data sources that support it:
Maximum Period for Historical Data Retrieval, which corresponds to the
historicalDataRetrieval.[n].maxDuration
object in YAML.The object defines the maximum period for which data can be retrieved:
value
must be an integer greater than or equal to 0.unit
must be one ofMinute
,Hour
, orDay
.It must be a duration that is less than or equal to 30 days.
It must be a duration that is greater than or equal to the value for the default period (see below). Otherwise, a validation error is returned.
Default Period for Historical Data Retrieval, which corresponds to the
historicalDataRetrieval.[n].defaultDuration
object in YAML.This period will be used by default for any SLOs connected to this data source. This field has the following requirements:
value
must be an integer greater than or equal to 0.unit
must be one ofMinute
,Hour
, orDay
.It must be a duration that is less than or equal to the value for the maximum period. Otherwise, a validation error is returned.
By default, this value is set to
0
. If you set it to>0
, you will create an SLO with Replay.
You can configure these fields in the UI or in YAML when you set up the data source.
To enable Replay for an SLO, you must complete the following two steps:
- Step 1:
Configure and create the Agent/Direct using the data source configuration wizard or apply the YAML via sloctl. - Step 2:
Configure and create Replay for the SLO in the SLO Wizard.
Step 1: Create Agent/Directβ
Replay Configuration in YAMLβ
Data sources that support Replay accept an additional object called historicalDataRetrieval
in their YAML definition (see Configuring Replay) above for an extended description of the field values). Use sloctl apply --replay
or sloctl replay
commands to run Replay via sloctl
:
- apiVersion: n9/v1alpha
kind: Agent
metadata:
name: datadog
project: datadog
spec:
datadog:
site: com
sourceOf:
- Metrics
- Services
# Additional fields related to Replay
historicalDataRetrieval:
maxDuration:
value: 30 # integer greater than or equal to 0
unit: Day # accepted values: Minute, Hour, Day
defaultDuration: # value must be less than or equal to value of maxDuration
value: 0 # integer greater than or equal to 0; defaults to 0
unit: Day # accepted values: Minute, Hour, Day
If the historicalDataRetrieval
section is omitted when configuring a data source that supports Replay, the following values are used as defaults:
historicalDataRetrieval:
maxDuration:
value: 0
unit: Day
defaultDuration:
value: 0
unit: Day
These default values are also used for data sources that support Replay that were configured before the Replay feature was enabled.
historicalDataRetrieval
can't be used for data sources that don't support Replay. Adding it will result in a validation error.
Configuring Replay in the UIβ
You can find the values for Replay in the Advanced Settings section of the data source configuration wizard (Direct and Agent):

Step 2: Create SLOβ
Configuring Replay in the SLO Wizardβ
When you start a SLO Wizard and pick a data source that has support for Replay, an additional field will be displayed in step 2 of the SLO Wizard:

The Period for Historical Data Retrieval field defines the period that will be used by the SLO:
The value displayed is the Default Period for Historical Data Retrieval that you specified when setting up the data source.
You can override this value, but you can't exceed the Maximum Period for Historical Data Retrieval specified for this data source. Be aware that entering a more extended period might slow down the loading time of your SLO.
The value must be a positive integer or 0.
Beta Limitation for SLOs Using Replayβ
The Period for Historical Data Retrieval field does not have a corresponding field in the YAML used to define an SLO.
This field won't be displayed in the UI if the selected data source doesn't support Replay.
By default, the Period for Historical Data Retrieval field is set to the value of historicalDataRetrieval.defaultDuration
which defaults to 0
. It can be set to any duration between 0 and historicalDataRetrieval.maxDuration
.
User Experienceβ
While historical data is being retrieved, you will notice a few things in the UI:
Charts for the SLO for which data is being retrieved will not be visible in the Grid View until the processing of the data is complete:
Image 3: Loading historical data in the UI
- Charts for the SLO will also not be visible in the SLO details view during this time:

You will see the updated charts after historical data retrieval is finished.
Restrictions for Replayβ
Data Downsamplingβ
It is important to understand how a given data source alters data from the past. Metric gathering systems usually downsample older data to save space using different aggregate functions like mean or sum or simply by dropping data points. This can affect the result of a query made against a time range in the further past. Consult the documentation of the specific data source for more details.
Limits per Organizationβ
Historical data retrieval can only be performed for one SLO at a time per organization. If you attempt to create an SLO with Replay enabled while another SLO is retrieving historical data, you will see the following note in the UI:

The Period for Historical Data Retrieval field will be inactive and set to 0.
Replay and SLI Analyzer share the same mechanism for fetching historical data.
Effectively, if you run a Replay process, imports for SLI analyses might be delayed until that Replay process is finished (and vice versa).
Canceling a Running Historical Retrieval Process
You can't stop or cancel a historical data retrieval process that is in progress. You must wait until it is done, which, depending on the period configured, could take up to around dozen of minutes.
Editing a Running Historical Retrieval Processβ
Editing an SLO with Replay enabled while historical data retrieval is in progress will have different consequences depending on the type of edit made (see below).
Generally, the edit action will not immediately affect the background process. The initially requested data retrieval process will be completed for a snapshot of the SLO at the time of its creation, and the results of that retrieval may or may not be shown for the edited SLO.
The result depends on what fields you edit:
Adding a new Objective:
Historical data retrieval will be completed for the original Objective(s).
An error budget taking into account the historical period will not be calculated for the new Objective. Error budget calculation for this Objective will begin at the time of its creation.
Removing an existing Objective:
Historical data retrieval results will be abandoned for that Objective.
Removing an existing Objective doesn't stop the background process of fetching metrics for it. The results are similar to deleting an entire SLO.
Editing an existing Objective's Value or Target:
The edited Objective will be treated as a new one, with the results described above.
The original Objective will be treated as though it has been removed, again with the results described above.
Modifying the Query or Data Source:
Historical data will still be retrieved for the original Query and Data Source.
Error budgets calculated from the moment of the edit will use data from the new Query and Data Source.
For more details on editing SLOs, see the Editing SLOs guide.
Replay and Composite SLOsβ
Creating an SLO with historical data retrieval is mutually exclusive with configuring an SLO as a Composite SLO. When you create a Composite SLO, you will see the following message in the UI:

Suppose youβve created an SLO with Replay enabled, and the historical data retrieval process is running. If you edit that SLO to make it a Composite SLO, this will result in the following consequences:
Historical data retrieval will continue for the original Objectives in that SLO.
The composite Objective won't include data from the historical period in its error budget calculation. The calculation will start from the moment of the creation of the SLO.
Reimporting Historical Data for Existing SLOsβ
The reimport process for existing SLOs is irreversible.
Refer to the section below to see what impact reimport can have on your existing SLOs.
Reimporting: User Experienceβ
Reimporting Historical Data in the UIβ
To reimport historical data for an existing SLO:
- Go to the SLO Details tab of the SLO in which you wish to run reimport.
- Click the Reimport Historical Data button in the left-hand corner of the screen:

Remember that to run the reimport process, the Maximum Period for Historical Data Retrieval configured for your data source must be set to >0
.
Otherwise, reimporting will be disabled:

Reimporting Historical Data via sloctl
β
You can also reimport historical data using the sloctl replay
command. Refer to sloctl user guide for more details.
Duration of the Reimport Processβ
The reimport process for a single SLO may take up to an hour depending on:
- The length of the reimported period
- The number of objectives in your SLO
- The number of unique queries used in your SLO
Impact of the Reimport Process on your SLOsβ
Reimporting historical data for existing SLO has several important consequences on SLI Data, and Alerts.
Impact on SLI Dataβ
During the Replay process, live data are still gathered but will be included in an SLO after reimport has been completed.
Replay will query the data source again for the entire selected historical period. These results will completely replace SLI data already gathered for the same period.
Data resolution might be lower due to the downsampling of historical data depending on the data source you use. Because of that, the SLI chart might look different after the reimport process has been completed, even if it was run for the same query.
Replay won't fill periods with no data with the original data. The gap in data will be replaced by Replay, as in the example below:
- Original input SLI data:
2023-01-01 01:20:00 = 100
2023-01-01 01:21:00 = 230
2023-01-01 01:22:00 = 270
2023-01-01 01:24:00 = 220
2023-01-01 01:25:00 = 130
2023-01-01 01:26:00 = 280
2023-01-01 01:27:00 = 200- Reimported SLI data:
2023-01-01 01:20:00 = 100
2023-01-01 01:21:00 = 230
[...] # Gap in the data stream
2023-01-01 01:28:00 = 90
2023-01-01 01:29:00 = 220
2023-01-01 01:30:00 = 270
2023-01-01 01:31:00 = 190- SLI Data after the reimport process is completed:
2023-01-01 01:20:00 = 100
2023-01-01 01:21:00 = 230
[...] # Gap in the data stream
2023-01-01 01:28:00 = 90
2023-01-01 01:29:00 = 220
2023-01-01 01:30:00 = 270
2023-01-01 01:31:00 = 190- This might happen when the retention period of the data source is shorter than the period selected for Replay.
- To avoid this, always set the Maximum Period for Historical Data Retrieval to a value equal to or lower than data source's retention period.
Impact on Alertsβ
You won't receive any alerts from that SLO during the reimport process.
After Replay is done, you won't receive alerts for the reimported historical period that was recalculated.
After the reimport process, you might receive missed alerts during the period when Replay was running. These alerts will be triggered based on recalculated data.
Replay - API Rate Limitsβ
Source | 1 API request pulls (in historical hours of data) |
---|---|
Amazon CloudWatch | 24 |
AMS Prometheus | 24 |
Datadog | 4 |
Dynatrace | 12 |
New Relic | 80 (minutes) |
Lightstep | 24 |
Prometheus | 24 |
Splunk | 24 |
These requests will count toward the data sourceβs API rate limit along with the requests used to fetch current SLI data (see here for details on Datadogβs rate limiting). Exceeding your rate limit will cause delays in fetching SLI data and prolong the historical data retrieval process.
Replay Troubleshootingβ
Data Dogβ
If you exceed Datadog's API rate limit for SLOs with Replay, Replay will attempt to fetch data for 20 minutes. If all attempts fail, Nobl9 will create a standard SLO without historical data (that is, Nobl9 will collect data for such SLO from the time of its creation).
Lightstep - Missing Dataβ
Lightstep does not recognize the distinction between missing data and valid data with a 0
value in the stream. In such cases, Lightstep considers these values to be equal and returns the 0
value.
New Relicβ
Before running Replay, check your New Relic data retention settings to ensure that all your historical data will be collected.
Prometheusβ
Since Prometheus is an on-site solution, if Replay keeps exceeding limits, remember to increase the limits on your side.
Incorrect Source Configurationβ
If you configure your Source incorrectly (for example incorrect credentials, incorrect query), Replay will attempt to fetch data for 20 minutes. When the last attempt is unsuccessful, Replay job will fail. In result, you will see the No data for this time period
error in the UI:

If you enter an incorrect query for Data Dog, Replay will fail immediately and you will see the No data for this time period
error in the UI.
Data Loading Timeβ
Please note that the time for loading the historical data in Replay beta shouldn't exceed 2 hours (for extended periods of historical data retrieval). If your Replay process takes longer, contact Nobl9 Support.