Skip to main content

Nobl9 application (1.113.0)

ยท 3 min read
We've just released Nobl9 1.113.0! Release highlights:
new
improved
fixed

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.

enterprise-only

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"
LogicMonitor website metrics
LogicMonitor website metrics

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 priorityNobl9 severity
P5Low
P3Medium
P1High

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.