Domain-view mapping: cluster log patterns by service health domain in diagnose output #32
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#32
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?
Turnstone pattern tags identify individual log events, but diagnose output treats all patterns as a flat list. Grouping patterns by service health domain would give operators a higher-level view of what subsystems are affected before diving into individual entries.
Proposed behavior:
patterns/default.yaml(e.g.,domain: networking,domain: storage,domain: auth)Why it matters: When an incident involves 50+ log entries, knowing "this is primarily a storage domain problem" cuts triage time significantly.
Reference: https://github.com/Lum1104/Understand-Anything (domain-view mapping: code → business process)