You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix deadlock charts not populating data (fixes#73)
Four fixes for the deadlock chart pipeline:
- Dashboard charts: plot raw per-interval columns instead of delta columns
(blocking_event_count, deadlock_count, etc.) since delta framework
incorrectly computed current-previous=0 for per-interval values
- XAML: remove "(Delta)" from all four Locking > Trends chart titles
- Analyzer: filter collect.deadlocks on collection_time instead of
event_date so late-arriving XE deadlock events are not missed
- Process XML: add +1 second buffer to @end_date so sp_BlitzLock's
strict less-than filter works when processing a single deadlock event
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments