How incidents are created
Superlog watches every incoming span and log record for signals that indicate a real problem:- Spans with OpenTelemetry
STATUS_CODE_ERRORstatus - Log records at
ERRORseverity or above
squishy-narwhal or wandering-photon. Codenames make it easy to refer to an incident in Slack threads, commit messages, or PR descriptions without copying a UUID.
Incident fields
Every incident exposes the following fields:Incident lifecycle
An incident moves through a defined set of statuses from the moment it opens to the moment it is put to rest.By default, the Incidents page hides
autoresolved_noise incidents so your list stays focused on real problems. Select All in the status filter or pass status=all to the API/MCP to include them.Severity levels
Superlog uses a three-tier severity model aligned with common on-call runbooks:SEV-1
Critical — production is impacted and customers are affected. Demands immediate attention.
SEV-2
High — a significant feature or service is degraded. Should be resolved within the business day.
SEV-3
Low — a minor issue or anomaly that can be triaged at normal pace.
Agent noise classification
When the AI agent completes its investigation, it may determine that an incident is not worth human attention. Common noise reasons include:cosmetic_log_only— the error is a log-level mistake with no real impactlifecycle_signal— the event is an expected part of a service lifecycle (startup, shutdown)self_telemetry— the error originates from Superlog’s own instrumentationexpected_third_party— the error comes from a known-flaky external dependencyconfusing_log_no_impact— the log says “error” but no user-visible failure occurred
autoresolved_noise and records the classification reason. No action is required from you.
Viewing and filtering incidents
Open the Incidents page in the Superlog dashboard to see your project’s incidents. You can filter by:- Status —
open,resolved,autoresolved_noise,merged, or all - Severity —
SEV-1,SEV-2, orSEV-3 - Service — matches the incident’s primary
service.name - Free text — searches across incident titles and codenames
Resolving an incident
You can resolve an incident in three ways:1
Dashboard
Open the incident detail view and click Resolve. Superlog records
dashboard_manual as the resolution source.2
Slack
If your Slack integration is connected, use the Resolve button in the incident’s Slack thread. Superlog records
slack_manual.3
MCP tool
Call the
search_incidents or get_incident MCP tools from your AI assistant to inspect and act on incidents programmatically.agent_pr_merged as the resolution source.
Related pages
- Agent Runs — how the AI investigates incidents and opens fix PRs
- Telemetry — what data triggers incident grouping