feat: incident timeline visualizer — scrollable event stream with severity bands #57
Labels
No labels
compliance
demo
deployment
docs
enhancement
parser
patterns
performance
security
ux
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Circuit-Forge/turnstone#57
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
A visual timeline view for incidents and diagnose results showing log events as a scrollable horizontal or vertical strip.
What it adds:
Data available:
pipeline_stageSSE events include cluster/burst/gap counts from the TimelineReconstructorentriesSSE event includes full entry list with timestamps and severitiesImplementation options:
Priority: backlog / UX polish
Closing — pure SVG incident timeline is live in the detail drawer.
What shipped:
Bonus fix: discovered and fixed a pre-existing bug where
get_incident_entriesandbuild_bundlewere called withINCIDENTS_DB_PATHinstead ofDB_PATH— all incident entry lookups were silently returning empty results from the wrong database.Commit:
373018f