What this module owns
An alert fires. Somebody acknowledges it, opens three dashboards, checks what deployed recently, asks in Slack whether anyone else is seeing it, and eventually forms a theory. Most of that is retrieval, and most of it is repeated on the next alert. Incident management & troubleshooting takes that work. It groups related alerts into one incident, dispatches domain specialists to gather evidence in parallel, produces a root-cause conclusion with the evidence attached, and proposes a remediation for a human to approve. What you own is the decision; what the module owns is everything leading up to it. Good looks like: one incident per real problem rather than one per alert, a conclusion you can audit, and a remediation you approve rather than research.The workflow inside it
This module contains 1 workflow.Production Alert Investigation
Correlates production alerts, runs a multi-agent root-cause analysis, and governs remediation.
Each step delivers its task to the agents bound to it, so you can see exactly which agent handled
which stage of an investigation.
A step with no agents bound still carries its task — it just has nothing to execute it. Bind an
agent to every step you expect to run.
What it needs connected
Enabling it
1
Open Modules → Overview
Incident management & troubleshooting appears in the AI SRE family with the workflow it contains.
2
Turn it on
Enabling the module adds Incident management & troubleshooting to your sidebar.
3
Connect a source and bind agents
Point an alert source at the workflow and bind an agent to each step you expect to run.
What you see when it runs
The module’s sidebar entry lists every incident it has produced. Each one carries:- The alert that started it, and any alerts folded into it during correlation.
- The investigation — which specialists ran, what each found, and the runs behind them.
- The conclusion, with the evidence that supports it.
- The proposed remediation, and whether it is waiting on a human.
Next steps
Orchestration
How workflow steps deliver tasks to agents.
Runs & evidence
How to read the evidence trail behind a conclusion.
Approvals
How remediation waits for a human decision.
Alert Intelligence
Fix the noise upstream so fewer alerts become incidents.