Skip to content

Commit

Permalink
Add forwarded records to sqlserver input (influxdata#4571)
Browse files Browse the repository at this point in the history
  • Loading branch information
tboggiano authored and otherpirate committed Mar 15, 2019
1 parent 3720ad9 commit 9287be3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugins/inputs/sqlserver/sqlserver.go
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 9287be3

Please sign in to comment.