Add forwarded records to sqlserver input (#4571)

This commit is contained in:
Tracy Boggiano 2018-08-23 19:59:21 -04:00 committed by Daniel Nelson
parent c827017711
commit 0785821a80
1 changed files with 2 additions and 1 deletions

View File

@ -451,7 +451,8 @@ WHERE (
'Buffer cache hit ratio base', 'Buffer cache hit ratio base',
'Backup/Restore Throughput/sec', 'Backup/Restore Throughput/sec',
'Total Server Memory (KB)', 'Total Server Memory (KB)',
'Target Server Memory (KB)' 'Target Server Memory (KB)',
'Forwarded Recs/sec'
) )
) OR ( ) OR (
instance_name IN ('_Total','Column store object pool') instance_name IN ('_Total','Column store object pool')