July 30, 2026 in Releases by David Wiseman3 minutes

OS-level Perfmon counter collection, improved Metrics tab and charting options.
DBA Dash 4.16.0 adds native OS Perfmon counter collection and several usability improvements to the Metrics tab, charting, and alert rules. This release expands host-level visibility, simplifies multi-metric charts, and introduces a more flexible CustomSql alert type. The sections below summarize the highlights and show quick configuration and upgrade notes.
Previously DBA Dash collected a subset of Windows performance counters via the sys.dm_os_performance_counters DMV. Version 4.16.0 can also capture native OS Perfmon counters, exposing many additional host-level metrics.
Where to find them:
Notes:
To override counters per instance:
You can now combine multiple metrics into a single chart and configure aggregation, axes, and chart types more easily:
Use cases:
Tip:
The CustomSql alert type lets you implement bespoke alerting logic using a stored procedure in the UserAlert schema. The proc must return three columns:
InstanceID INT β the instance the alert relates toAlertKey NVARCHAR(256) β unique key per item within the instance (used for de-dupe/resolution)AlertMessage NVARCHAR(MAX) β the alert messageSee the example template: UserAlert.DatabaseCorruptionExample.
If the stored procedure uses the correct schema and columns it will show as valid in the UI.
FailedLogins β alert on a specified threshold of failed logins over a time window.DatabaseMail β alert when Database Mail stops or is misconfigured.Agent jobs can now be excluded from daily checks (summary/job status pages) by name, category, or description. Exclusions may be configured globally or per-instance.
See the 4.16.0 release notes for a full list of fixes and improvements.
Note: There was no blog post for 4.15 (it was a maintenance release). See the fixes for 4.15 here.