SLO Management is where you write down what reliable looks like for each service. SLI definitions, SLO targets, burn-rate alert rules, error budget policies. Once defined, every service in Service Health Matrix tracks against your numbers, and the agents respect them when deciding whether to act.
An SLI (Service Level Indicator) is the measurable thing. Latency, availability, error rate, freshness, anything you can express as a query against your signals. Nova ships templates for the common ones and a free-form mode for custom indicators. Every SLI is testable in a sandbox before you commit it.
A target ("p95 under 200ms") plus a window ("30 days, rolling") makes an SLO. Nova supports rolling windows (last 30 days) and calendar windows (this month, this quarter). Calendar windows reset; rolling windows do not. Pick the one that matches your reporting cadence.
Nova uses the multi-window multi-burn-rate pattern from the Google SRE workbook. A short window with a high burn (6h × 2x) pages on-call when something is acutely wrong. A long window with a lower burn (24h × 1x) notifies the team when something is slowly draining. Two alerts, no false alarms.
Every SLO change creates a new version with a diff, an author, a reason, and an optional reviewer. Tighten a target by accident? Roll it back to the prior version with one click. Export the whole library to YAML for IaC. Import from YAML for GitOps. SLOs that survive review are SLOs that survive an audit.
Subscribe to Nova AI Ops on YouTube for demos, tutorials, and feature deep-dives.
SLOs in Nova are first-class objects. Versioned, reviewable, and enforced by the agents and the alert pipeline.