Skip to content

Commit

Permalink
Merge pull request #373 from erikdarlingdata/dev
Browse files Browse the repository at this point in the history
Update sp_PressureDetector.sql
  • Loading branch information
erikdarlingdata authored Mar 1, 2024
2 parents ed3905e + f9337de commit fc54fe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sp_PressureDetector/sp_PressureDetector.sql
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ ALTER PROCEDURE
@skip_plan_xml bit = 0, /*if you want to skip getting plan XML*/
@minimum_disk_latency_ms smallint = 100, /*low bound for reporting disk latency*/
@cpu_utilization_threshold smallint = 50, /*low bound for reporting high cpu utlization*/
@skip_waits bit = NULL, /*skips waits when you do not need them on every run*/
@skip_waits bit = 0, /*skips waits when you do not need them on every run*/
@help bit = 0, /*how you got here*/
@debug bit = 0, /*prints dynamic sql, displays parameter and variable values, and table contents*/
@version varchar(5) = NULL OUTPUT, /*OUTPUT; for support*/
Expand Down

0 comments on commit fc54fe1

Please sign in to comment.