Submit your metric ideas
Have an idea for a new metric?
Complete the form below, including your T-SQL and alert information if required. Our DBA experts will review and test it, and then we will publish it here for other Redgate Monitor users to install.
Comments are closed.
What are custom metrics?
The Redgate Monitor custom metric feature lets you run T-SQL queries against your SQL Servers to collect specific data. You can analyze and receive alerts about your custom data just like everything else Redgate Monitor collects.
But what if you don’t want to write your own queries? No problem. Redgate has brought together a range of quality custom metrics for you to use in Redgate Monitor, which are all are free, tried and tested. You can install straight away, and use the resources on this site to help you write your own.
See the Getting Started guides
What is Redgate Monitor?
Redgate Monitor is a SQL Server performance monitoring tool that gives you real-time and historical SQL Server performance data with alerts and diagnostics.
With its embedded expertise from SQL Server experts and MVPs, it gives you the information and advice you need to find and fix issues before users are even aware.
Find out more about Redgate Monitor
Featured custom metrics
Total database file size
by Hugo Kornelis | 8,254 views | MemoryPerformanceStorage
This custom metric measures the total database file size (data files and log file combined). An increase in this metric signals that a database was grown. When not done by the DBA, this is an autogrow. Excessive autogrow events should be prevented as this can result to file fragmentation. Try to manually grow files before […] Read more
Number of active backups and restores
by Redgate Monitor Team | 6,310 views | Performance
This metric will display the total number of active backups and restores on a server. This can be used to correlate with other metrics to explain why disk IO and CPU usage could have changed. Read more
Full backup to odd path
by Eelco Drost | 5,722 views | Compliance
This custom metric queries the MSDB database to search for multiple paths for a full backup Read more