Skip to content

Commit

Permalink
Align formatting influxdata#2
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelmalek-ext90179 committed Jan 20, 2023
1 parent afa5456 commit 6c21fc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/inputs/sqlserver/azuresqldbqueries.go
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,7 @@ FROM (
) AS data
WHERE
[blocking_or_blocked] > 1 --Always include blocking or blocked sessions/requests
OR [open_transaction] >= 1 --Always include sessions with open transactions
OR [open_transaction] >= 1 --Always include sessions with open transactions
OR (
[request_id] IS NOT NULL --A request must exists
AND ( --Always fetch user process (in any state), fetch system process only if active
Expand Down

0 comments on commit 6c21fc0

Please sign in to comment.