Skip to content

Commit

Permalink
Worktable workfile stats (#8587)
Browse files Browse the repository at this point in the history
  • Loading branch information
m82labs authored Jul 27, 2021
1 parent a1dae0d commit 57ecd1d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 4 additions & 2 deletions plugins/inputs/sqlserver/azuresqlqueries.go
Original file line number Diff line number Diff line change
Expand Up @@ -527,8 +527,8 @@ WITH PerfCounters AS (
,'Mirrored Write Transactions/sec'
,'Group Commit Time'
,'Group Commits/Sec'
,'Distributed Query'
,'DTC calls'
,'Workfiles Created/sec'
,'Worktables Created/sec'
,'Query Store CPU usage'
) OR (
spi.[object_name] LIKE '%User Settable%'
Expand Down Expand Up @@ -1068,6 +1068,8 @@ WITH PerfCounters AS (
,'Mirrored Write Transactions/sec'
,'Group Commit Time'
,'Group Commits/Sec'
,'Workfiles Created/sec'
,'Worktables Created/sec'
,'Distributed Query'
,'DTC calls'
,'Query Store CPU usage'
Expand Down
2 changes: 2 additions & 0 deletions plugins/inputs/sqlserver/sqlserverqueries.go
Original file line number Diff line number Diff line change
Expand Up @@ -409,6 +409,8 @@ SELECT DISTINCT
,'Mirrored Write Transactions/sec'
,'Group Commit Time'
,'Group Commits/Sec'
,'Workfiles Created/sec'
,'Worktables Created/sec'
,'Distributed Query'
,'DTC calls'
,'Query Store CPU usage'
Expand Down

0 comments on commit 57ecd1d

Please sign in to comment.