Log causality graph: force-directed incident visualization (nodes=services, edges=correlated events) #31
Labels
No labels
compliance
demo
deployment
docs
enhancement
parser
patterns
performance
security
ux
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Circuit-Forge/turnstone#31
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?
The current incidents view is a flat list with a linear timeline. A force-directed graph would make causality and blast radius immediately visible.
Proposed visualization:
Stack options: D3.js force simulation (fits existing Vue 3 SPA), or Cytoscape.js for richer graph controls.
This is a significant UI addition — suitable for a dedicated "Graph" tab on the incidents view.
Reference: https://github.com/Lum1104/Understand-Anything (force-directed knowledge graph for causality)