SQLMonitor is designed as opensource tool to replace expensive enterprise monitoring or to simply fill the gap and monitor all environments such as DEV, TEST, QA/UAT & PROD.
MIT License
25
stars
14
forks
source link
Add Parameters to Skip Particular Wait Type in `usp_waits_per_core_per_minute` #21
Is your feature request related to a problem? Please describe.
On some of my servers, there are some WaitTypes that always occurring, and overshadowing other relevant wait types.
Describe the solution you'd like
Below 2 options -
A parameter to ignore comma separate list of wait types
A table that keeps a list of wait types that can be ignored for easy handling. This table should be present on each server.
Is your feature request related to a problem? Please describe. On some of my servers, there are some WaitTypes that always occurring, and overshadowing other relevant wait types.
Describe the solution you'd like Below 2 options -