Triage at a glance
When an alert fires in a channel Traversal is watching, it reviews the alert and reacts with one of three verdicts:The reply in the thread
Alongside the reaction, Traversal posts a short reply in the alert’s thread so you can act without leaving Slack — what it found, and the reasoning behind the verdict. It comes with action buttons:How Traversal decides
In a busy alert channel, the same underlying problems set off the same alerts over and over. So for each alert, Traversal first works out whether it’s a brand-new issue or part of something it already investigated recently. Familiar alerts get an instant response that builds on the earlier work; genuinely new ones get a fresh investigation. Either way, Traversal tells you which — and shows the reasoning behind its call. And it never judges an alert by how often it fires. Every verdict is grounded in real context, drawn from:- Traversal’s own investigation of your metrics, logs, and traces
- Your team’s history — past Slack threads where someone already dug into this alert
- Linked tickets in Jira or ServiceNow
- The alert’s actual contents, not just its frequency
🟡 Checkout latency above threshold — Address soon Known issue — typically rate limiting from the payments provider during peak traffic. • Fired 47 times in the last 7 days; usually resolves within ~5 minutes. • Prior investigation (May 10) found the same root cause. • Thread from @priya (May 8): “deploying a fix for this today.”
Weekly alert summaries
Per-alert triage keeps you on top of the moment. Alert summaries give you the bigger picture: a recurring digest of an alert channel — what’s urgent, what’s noise, and what’s changing over time. A summary is organized into:- Summary — the headline read on the channel.
- 🔴 Address Now / 🟡 Address Soon — the alerts that matter, grouped by urgency.
- 🔵 Improve the Alert — noisy or misconfigured alerts worth tuning.
- 📈 Changes & Trends — what got noisier, what recurred, what’s new since last time.
Set one up
Run/traversal alert-summary to open the setup form:
1
Choose the alerts channel
Pick the channel whose alerts you want summarized.
2
Choose where to post
Pick the channel to post the summary in. Traversal must be a member of that channel.
3
Set the time period
Choose how far back to look — between 1 and 90 days (7 by default).
4
Run once or on a schedule
Run a summary immediately, or set it to recur on the days and time you choose (in your local timezone).
/traversal manage-alert-summaries.
Getting started
Alert Intelligence is enabled per channel, one team at a time. Point an alert channel at Traversal and it starts building context within minutes — no configuration, no tuning, and nothing to maintain. Once it’s running, it gets sharper on its own as alerts recur and your team adds context in the threads.FAQ
How is this different from alert deduplication or noise filtering?
How is this different from alert deduplication or noise filtering?
Noise filters mostly count how often an alert fires. Alert Intelligence investigates why it fired and grounds its verdict in real evidence — your telemetry, past investigations, linked tickets, and what your team already said about it in Slack. Most alerts aren’t meaningless noise; they’re real problems, unknowns, or misconfigured rules, and Traversal tells them apart.
Does Traversal page people or change my alert routing?
Does Traversal page people or change my alert routing?
No. Traversal triages and explains — it reacts, posts its reasoning, and suggests fixes. It never changes your alerting, paging, or routing. You stay in control of what happens next.
What does “Tune Alert Definition” actually do?
What does “Tune Alert Definition” actually do?
For an alert marked 🔵, Traversal locates the alert’s definition and proposes an updated version designed to reduce noise. Where it has access to your alerting configuration in code, it can draft the change for you to review.
A verdict looks wrong. Can I correct it?
A verdict looks wrong. Can I correct it?
Yes. Click Re-run Investigation for a fresh pass, or reply with
@Traversal in the thread to add context and steer the analysis.Can I get a summary without waiting for the schedule?
Can I get a summary without waiting for the schedule?
Yes — run
/traversal alert-summary and choose to run it once, immediately.