What this module owns
Every alerting setup accumulates monitors nobody trusts. A threshold was right eighteen months ago, the service scaled, and now it fires nine times a week and gets acknowledged without being read. The on-call learns which pages to ignore, and the one that mattered arrives in the same stream as the ones that never do. Fixing it is unglamorous, evidence-heavy work: pull each monitor’s firing history, decide whether its alerts were true, false, or simply not actionable, and then argue for a specific change. Alert hygiene does that work continuously and hands you the proposal — a tuned threshold, a dedupe rule, a suppression window — with the history that justifies it. Good looks like a monitor set where every page is worth reading, and where the count of monitors under review keeps falling instead of quietly growing.The workflow inside it
This module contains 1 workflow.Alert noise reduction
Reads your monitors’ firing history, classifies each one, and proposes the fix.
Each step delivers its task to the agents bound to it. The analysis step is where the specialists
matter most: one classifies signal quality, one detects flapping patterns, one finds duplicate
signals firing on the same underlying condition.
Steps 2 and 3 are graded by evaluation judges, so a classification and a proposed fix each carry a
verdict you can open. See Evaluations.
What it needs connected
Enabling it
1
Open Modules → Overview
Alert Intelligence appears in the AI SRE family with the workflow it contains.
2
Turn it on
Enabling the module adds Alert Intelligence to your sidebar, alongside its monitor list.
3
Connect a provider and bind agents
Point the ingest step at your monitoring provider and bind an agent to each step you expect to
run.
What you see when it runs
The module’s sidebar entry lists your monitors, each one carrying what the workflow concluded about it:- Firing history — how often it fired and flapped over the last seven days, and how often anyone acknowledged it.
- The classification, and the rationale for it.
- The proposed fix, with its trade-offs stated, so you can see what you lose by quieting it.
Next steps
Incident management & troubleshooting
Where the alerts you keep end up being investigated.
Approvals
How a proposed monitor change waits for a human decision.
Evaluations
The judges that grade a classification and a proposed fix.
Orchestration
How workflow steps deliver tasks to agents.