Nobl9 application (1.113.0)
- Extended integration with LogicMonitor
- Alerting improvements
- Change history for services and projects
- Nobl9 web improvements
- Important documentation updates
Release detailsโ
new Audit log APIโ
The Audit log API is now available, providing endpoints to retrieve detailed audit logs for Nobl9 objects and events. You can use it for tracking of changes and user actions. The new API supports retrieving logs for specific objects such as SLOs, projects, and services or fetching all logs. It includes flexible filtering options for object type, event type, actor type, and pagination, offering detailed insights for audit and compliance needs.
Refer to the API documentation for further details and usage examples.
Audit log API is available only for enterprise-tier accounts.
improved Extended integration with LogicMonitorโ
Weโve added a new UI for website monitoring as part of the LogicMonitor integration. You can now create SLOs using website data and analyze it with the SLI Analyzer. Example configuration for website metrics includes parameters like checkpointId
, graphName
, and websiteId
to simplify monitoring setups.
rawMetric:
query:
logicMonitor:
checkpointId: "1"
graphName: responseTime
line: TIMEMAX
queryType: website_metrics
websiteId: "123"

improved Alerting improvementsโ
Weโve added support for No data notifications for MS Teams, allowing users to receive updates when no data is available.
Discord notifications will now include the names of objectives tied to the alerts. Also, notifications sent to Opsgenie now follow the severity levels defined in alert policies. Alerts with a "High" severity level are now sent as P1 priority instead of P3, based on the following mapping:
OpsGenie priority | Nobl9 severity |
---|---|
P5 | Low |
P3 | Medium |
P1 | High |
improved Change history for services and projectsโ
The Change history tab is now available on project and service details. This view shows a comprehensive log of modifications, including timestamps, the user responsible for the change, and the tool used to perform it.
improved Nobl9 web improvementsโ
Weโve redesigned the Job Status widget to improve the collapsed item view. You'll also notice adjusted interaction with the Reliability Burn Down chart for a better user experience.
improved Important documentation updatesโ
Weโve updated the structure of our documentation to reflect recent product changes. The Sources section is now divided into two categories: "Adding a data source" and "Creating SLOs," to align with the logical flows of connecting data sources and setting up SLOs.
Weโve also grouped the sloctl user guide and YAML guide under the "SLOs as code" category in the sidebar to simplify navigation. The URLs for these resources remain unchanged (/sloctl-user-guide
and /yaml-guide
).
fixed Fixed validation for Opsgenie and Slack URLsโ
Weโve improved URL validation for Opsgenie and Slack alert methods. Slack URLs must begin with https://hooks.slack.com/services/
, and Opsgenie URLs must start with https://api.opsgenie.com
or https://api.eu.opsgenie.com
.