NEW RELIC PLUGIN - Deadlocks Dashboard

The Deadlocks Dashboard displays deadlocks occuring in your database.


 Deadlocks Overview

SQLGrease collects deadlock details and information useful for diagnosing them. The deadlock dashboard displays the count of deadlocks collected by SQLGrease. The deadlock counts are grouped by a deadlock hash. SQLGrease generates a deadlock hash in order to identify deadlocks with a similar signature (i.e. which queries are involved in a deadlock). This helps quickly identify which deadlocks are most impactful to a system. This is valuable information since it helps prioritize which deadlocks should be addressed first.