Skip to content

Commit

Permalink
added new counter - Lock Timeouts (timeout > 0)/sec (influxdata#7808)
Browse files Browse the repository at this point in the history
  • Loading branch information
Trovalo authored and idohalevi committed Sep 23, 2020
1 parent b7daf37 commit a6d9f03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/inputs/sqlserver/sqlserver.go
Original file line number Diff line number Diff line change
Expand Up @@ -798,6 +798,7 @@ SET @SqlStatement = @SqlStatement + CAST(N' WHERE (
instance_name IN (''_Total'')
AND counter_name IN (
''Lock Timeouts/sec'',
''Lock Timeouts (timeout > 0)/sec'',
''Number of Deadlocks/sec'',
''Lock Waits/sec'',
''Latch Waits/sec''
Expand Down

0 comments on commit a6d9f03

Please sign in to comment.