Add forwarded records to sqlserver input (#4571)
This commit is contained in:
parent
c827017711
commit
0785821a80
|
@ -451,7 +451,8 @@ WHERE (
|
|||
'Buffer cache hit ratio base',
|
||||
'Backup/Restore Throughput/sec',
|
||||
'Total Server Memory (KB)',
|
||||
'Target Server Memory (KB)'
|
||||
'Target Server Memory (KB)',
|
||||
'Forwarded Recs/sec'
|
||||
)
|
||||
) OR (
|
||||
instance_name IN ('_Total','Column store object pool')
|
||||
|
|
Loading…
Reference in New Issue