Nobl9 application (1.72.0)
Β· 2 min read
We've just released Nobl9 1.72.0! Release highlights:
improved
fixed
- Medium- and high-level vulnerabilities
keep up to date!
Keep tracking the latest changes in Nobl9 and subscribe to our Application RNs RSS Feed Release detailsβ
improved Service Health Dashboards: sort by nameβ
You can now sort resources alphabetically on both Service Health dashboardsβby Error Budget and by Burn Rate. The sorting logic is simple: it sorts all resourcesβprojects, services within projects, and SLOs within servicesβby name in ascending or descending order, regardless of their status.
Sorting remains consistent even if a resource's health changes: the service shifts the category and color, but its location stays the same.
improved SLO details: author and last updatedβ
Using sloctl
and the Nobl9 SDK for Go, you can now identify who created an SLO and when it was last modified.
Run sloctl get slos
and check the spec.createdBy
and status.updatedAt
fields for the required details.
Currently, these fields aren't available through the SLO Status API.
apiVersion: n9/v1alpha
kind: SLO
metadata:
displayName: My SLO
name: my-slo
project: my-project
spec:
...
createdBy: %USER-ID%
...
status:
updatedAt: "2024-03-14T11:06:00Z"
Documentation updatesβ
Splunk data source: minimal permissions required by Nobl9 agent
Ratio metrics: requirements and recommendations to query results