Skip to content

Commit

Permalink
Add forwarded records to sqlserver input (influxdata#5177)
Browse files Browse the repository at this point in the history
  • Loading branch information
BoheeChoi1 authored and Max Eshleman committed Feb 13, 2019
1 parent 3c97406 commit 7ddba0d
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 7ddba0d

Please sign in to comment.