Skip to content

Fix Dashboard drill-down: Unicode arrow in story path split#618

Merged
erikdarlingdata merged 1 commit intodevfrom
fix/dashboard-drilldown-arrow
Mar 18, 2026
Merged

Fix Dashboard drill-down: Unicode arrow in story path split#618
erikdarlingdata merged 1 commit intodevfrom
fix/dashboard-drilldown-arrow

Conversation

@erikdarlingdata
Copy link
Owner

Summary

Single character fix — SqlServerDrillDownCollector was splitting story paths on ASCII -> instead of Unicode . All path key lookups failed silently.

Result

Before: 2/10 findings had drill-downs (only bad actors, which use StartsWith instead of Contains)
After: 8/10 findings have drill-downs (the 2 nulls are RUNNING_JOBS and ANOMALY_CPU_SPIKE which have no applicable drill-down methods)

🤖 Generated with Claude Code

SqlServerDrillDownCollector was splitting on ASCII ' -> ' but story
paths use Unicode ' → '. The split produced the entire path as one
key, so pathKeys.Contains("DEADLOCKS") always returned false.

Single character fix: ' -> ' → ' → '. All 8 applicable findings
now have populated drill-down data.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@erikdarlingdata erikdarlingdata merged commit d024ecd into dev Mar 18, 2026
@erikdarlingdata erikdarlingdata deleted the fix/dashboard-drilldown-arrow branch March 18, 2026 00:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant