SigSentrySigSentry

Analyses Deep-dive

Everything about running analyses, reading results, follow-ups, postmortems, and feedback

An analysis is a single diagnosis run — you give SigSentry a description and time window, you get back a structured result. This section covers how to trigger them effectively, how to read what comes back, and how to follow up.

The result schema, at a glance

Every analysis returns the same shape, regardless of how it was triggered:

FieldWhat it is
SummaryOne paragraph describing what happened
Severitycritical / high / medium / low / info
Confidence0.0–1.0 — how sure the AI is about its diagnosis
Root causeService, error type, category
Affected servicesList with role: origin, propagator, affected
TimelineReconstructed sequence of relevant log events
Suggested actionsPrioritized list with type: fix, investigate, mitigate, escalate
Code correlation(When repo connected) file, function, suspected PR
Logs scannedHow many log lines the analysis considered
Time windowThe window that was searched

The reading the result page walks each field in detail.