- Alerts list in the SLO Details
- Alert indicators in the SLO Grid View
- Alert indicators on the Service Health Dashboard
- Possibility to view and export raw SLI data in the SLO Details
- Account details screen was extended with project role assignment information
- Query Checker (Beta) was extended with buttons to edit SLO or itβs Data source
- Weβve fixed a problem with Replay getting stuck after importing the historical data.

Release Detailsβ
new Alert List in the SLO Detailsβ
The SLO Details screen now includes a new tab called Alerts where you can preview the alerts list.
This list provides information on all the alerts that have been triggered for your SLO. You can easily determine whether an alert has been resolved or is still active.
Additionally, you can view the duration for which it has been active, the associated Alert Policy, and which conditions of an SLO Objective it has met.
The alerts list allows you to review up to 1000 alerts at once and provides filtering options to help you find the specific alert you're looking for.
You can also retrieve triggered alerts using the new sloctl get alerts
command.

new Alert Indicators in the SLO Grid Viewβ
We've introduced a new feature called the Alert Indicators in our SLO Grid View.
The indicator shows up next to SLOs that currently have an active alert and allows you to quickly identify which SLOs might need your attention. It also indicates which objective of the SLO is currently alerting.
The indicator is visible in the Service/SLO tree and in the tiles of SLOs with triggered alerts.

new Alert Indicators on the Service Health Dashboardβ
Weβve also added the Alert Indicators to the Service Health Dashboard.
The indicator is displayed on the service tiles services that have at least one SLO with a triggered alert.
You can also click the service tile to review the list of its SLOs and identify which SLO is the cause of the alert.

new Raw SLI Data in the SLO Detailsβ
When investigating the cause of a burning or unstable SLO, it's crucial to rely on correct input information.
Nobl9 allows you to review the input raw SLI data used to calculate SLOs in a line chart. Because SLOs are typically created to cover an extended period, such as a month, the data presented on a month-long graph must be downsampled. Thatβs not ideal when investigating a specific occurrence of a budget burn or a spike in the SLI.To help you in such cases, weβve introduced the option to view the raw SLI data that is used for our SLO calculations and export it to a CSV file for a more thorough investigation.
To see raw data, zoom the graphs in to display a 1-hour-long (or less) time window. When you do that, the calculated percentile values (for Threshold metrics) become raw values, and the summed-up Ratio metrics (Good/Bad and Total counts) become raw counts of values received by Nobl9 from your data source.
The Export Raw Data feature only becomes active when you're zooming into a 1-hour-long time window or into a smaller time window
Hitting the Export Raw Data button triggers a CSV file download that includes the raw SLI data points for all your SLO Objectives.


improved Project Role Assignment in the Account Detailsβ
You can now quickly identify your roles and project assignments in your Access Permissions located in the Account screen that you can access from Settings.

improved Edit SLO and Data Source from Query Checkerβ
The recently introduced Query Checker (available in the Beta) has been equipped with the option to quickly navigate and edit the SLO Query or your Data Source settings.
This allows you to quickly take actions and correct any possible mistakes that stopped your SLO from gathering data.
improved Extended Support for Event Logsβ
We've extended the Event Logs feature to include all data sources supported by Nobl9, except Splunk Observability.
Thanks to Event Logs, you can access and review the log information generated for your SLOs that have been configured with the Direct connection methods.
fixed Replay Runs Failing to Completeβ
Some customers reported that sometimes their SLOs running Replay get stuck and fail to complete.
After investigating the issue, we found the problem and implemented a fix that should prevent this from happening.