Non-Microsoft loaded modules

5,915 0
This metric returns the number of non-Microsoft modules loaded into the SQL Server address space. Having a lot of modules loaded into the address space can cause performance issues in SQL Server. This metric lets you keep an eye on how many modules you have, other than those created by Microsoft. Thanks to Nicolaas Botes for […] Read more

SQL Server instance restarted

7,637 0
This metric and alert will notify you when a SQL Server instance is restarted for any reason. The value returned by the metric is not useful on its own, and is only used by the alert to detect changes. When the server has not been restarted it will report 0 , and when the server […] Read more

Percentage of blocked connections

17,784 0
Most well-balanced SQL Servers will have some degree of blocking. This metric attempts to measure the impact of lead blocking queries against other queries. Higher values indicate that many connections are being blocked, and queries should be tuned to reduce the amount of contention. Read more

Job overran

13,979 0
This metric tells you whether a specific SQL Agent job that runs at exactly the same time every day has overrun its expected duration. Read more

Long-running job

24,930 1
This metric returns the longest running instance of the named job in the last hour. By creating multiple custom metrics from this example – one for each job you're interested in – you can specify alert thresholds for each job individually. Read more

Indexes with excessive writes

20,409 0
This metric measures the total number of indexes per database, where the number of writes exceed the number of reads. It provides a general indicator of possible performance factors affecting queries in your database. Read more

Database state

10,399 0
This metric tells you whether a database is online, restoring, recovering, recovery pending, suspect, emergency, offline or does not exist on the server. Read more