Add forwarded records to sqlserver input (#5177)

This commit is contained in:
BoheeChoi1 2018-12-28 06:18:29 +09:00 committed by Daniel Nelson
parent 2ff3683b50
commit cb9bacfede
1 changed files with 3 additions and 1 deletions

View File

@ -559,7 +559,9 @@ WHERE (
'Used memory (KB)', 'Used memory (KB)',
'Forwarded Records/sec', 'Forwarded Records/sec',
'Background Writer pages/sec', 'Background Writer pages/sec',
'Percent Log Used' 'Percent Log Used',
'Log Send Queue KB',
'Redo Queue KB'
) )
) OR ( ) OR (
object_name LIKE '%User Settable%' object_name LIKE '%User Settable%'