@zchel , в паке SQL Server есть монитор тайп Microsoft.SQLServer.Windows.MonitorType.DBEngine.BlockingSessions, и у него детекты построены так:
<RegularDetections>
<RegularDetection MonitorTypeStateID="Blocked">
<Node ID="FilterGood">
<Node ID="DS" />
</Node>
</RegularDetection>
<RegularDetection MonitorTypeStateID="NotBlocked">
<Node ID="FilterBad">
<Node ID="DS" />
</Node>
</RegularDetection>
</RegularDetections>