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
Pass @skip_locks and @skip_waits to sp_HealthParser in collector wrapper
The dashboard doesn't display blocking/deadlock or wait stats data from
sp_HealthParser. Passing @skip_locks = 1 and @skip_waits = 1 (defaulted
on) reduces collection time from 43s to 1.6s (27x improvement).
Requires sp_HealthParser 3.3+ (DarlingData PR #666/#667).
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments