Skip to content

Commit

Permalink
feat: Unbreak alert conditions for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Anguiano committed Jul 11, 2024
1 parent 6cbe420 commit 24699fd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ nrql:

valueFunction: SINGLE_VALUE
terms:
- priority: WARNING
- priority: CRITICAL
operator: ABOVE
threshold: 0
thresholdDuration: 120
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ nrql:

valueFunction: SINGLE_VALUE
terms:
- priority: CRITICAL
operator: ABOVE
threshold: 0
thresholdDuration: 300
thresholdOccurrences: ALL

expiration:
closeViolationsOnExpiration: false
Expand Down
2 changes: 1 addition & 1 deletion alert-policies/akka/HighCpuUtilization.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ valueFunction: SINGLE_VALUE

# List of Critical and Warning thresholds for the condition
terms:
- priority: WARNING
- priority: CRITICAL
# Operator used to compare against the threshold.
operator: ABOVE
# Value that triggers a violation
Expand Down

0 comments on commit 24699fd

Please sign in to comment.