Add more performance counter metrics to sqlserver input (#6465)

This commit is contained in:
Mark Wilkinson - m82labs 2019-09-30 19:50:33 -04:00 committed by Daniel Nelson
parent 07faceadd5
commit 68d11e01ab
1 changed files with 6 additions and 1 deletions

View File

@ -592,11 +592,16 @@ WHERE (
'Background Writer pages/sec', 'Background Writer pages/sec',
'Percent Log Used', 'Percent Log Used',
'Log Send Queue KB', 'Log Send Queue KB',
'Redo Queue KB' 'Redo Queue KB',
'Mirrored Write Transactions/sec',
'Group Commit Time',
'Group Commits/sec'
) )
) OR ( ) OR (
object_name LIKE '%User Settable%' object_name LIKE '%User Settable%'
OR object_name LIKE '%SQL Errors%' OR object_name LIKE '%SQL Errors%'
) OR (
object_name LIKE 'SQLServer:Batch Resp Statistics%'
) OR ( ) OR (
instance_name IN ('_Total') instance_name IN ('_Total')
AND counter_name IN ( AND counter_name IN (