Skip to main content

Nobl9 application (1.128.0)

Β· 2 min read
We've just released Nobl9 1.128.0! Release highlights:
new
improved
keep up to date!
Keep tracking the latest changes in Nobl9 and subscribe to our Application RNs RSS Feed

Release details​


new
Global annotations list​

We're excited to introduce the new Events section. It provides the global annotations listβ€”a centralized view of all annotations added to SLOs in your organization. Now, you can:

  • Access all annotations across your organization's SLOs from a single, consolidated view
  • Correlate events across multiple SLOs to gain actionable insights
  • Identify trends and patterns by reviewing annotations chronologically
  • Filter annotations by origin, search by keyword, and shift the time window for observation
  • Jump to the annotated SLO details right from the annotation preview
  • Tailor the table view to fit your preferences
global annotations list in the Events section
A centralized view of the global annotations list in the Events section

improved
Webhook alert method support for no data anomaly alerting​

You can now configure no data anomaly alerts to be delivered using your Webhook alert method, which is available for selection in the SLO wizard.

example of webhook selection for no data anomaly alerting in the SLO wizard
An example of a selected Webhook for no data anomaly alerting in the SLO wizard

To support this, the Webhook alert method now includes two additional notification details to expand the payload:

  • Anomaly type (the $anomaly_type variable): the detected type of anomaly
  • No data alert after (the $no_data_alert_after variable): the time interval that Nobl9 waits for data from your SLO before triggering the alert

Both fields return the fixed values as follows:

{
"anomaly_type": "NoData",
"no_data_alert_after": "15m"
}

Documentation updates​