Skip to content

Commit

Permalink
Add forwarded records to sqlserver input (#5177)
Browse files Browse the repository at this point in the history
  • Loading branch information
BoheeChoi1 authored and danielnelson committed Dec 27, 2018
1 parent 2ff3683 commit cb9bacf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion plugins/inputs/sqlserver/sqlserver.go
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,9 @@ WHERE (
'Used memory (KB)',
'Forwarded Records/sec',
'Background Writer pages/sec',
'Percent Log Used'
'Percent Log Used',
'Log Send Queue KB',
'Redo Queue KB'
)
) OR (
object_name LIKE '%User Settable%'
Expand Down

0 comments on commit cb9bacf

Please sign in to comment.