Skip to content

Commit

Permalink
EES-5687 - increasing number of violations of alerts needed to trigge…
Browse files Browse the repository at this point in the history
…r dynamic threshold alerts by default, as currently they are too sensitive to noise
  • Loading branch information
duncan-at-hiveit committed Dec 20, 2024
1 parent 685bde1 commit 0b7b822
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ param severity Severity = 'Error'

param sensitivity Sensitivity = 'Low'

param minFailingPeriodsToAlert int = 1
param minFailingPeriodsToAlert int = 3

param numberOfEvaluationPeriods int = 1
param numberOfEvaluationPeriods int = 3

param ignoreDataBefore string?

Expand Down

0 comments on commit 0b7b822

Please sign in to comment.