Skip to content

Commit

Permalink
Make some alerts warnings instead of critical (paritytech#8739)
Browse files Browse the repository at this point in the history
  • Loading branch information
ddorgan authored May 6, 2021
1 parent e5437ef commit bc43ad4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .maintain/monitoring/alerting-rules/alerting-rule-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ tests:
polkadot-abcdef01234-abcdef has been monotonically
increasing for more than 10 minutes."
- exp_labels:
severity: critical
severity: warning
pod: polkadot-abcdef01234-abcdef
instance: polkadot-abcdef01234-abcdef
job: polkadot
Expand All @@ -190,7 +190,7 @@ tests:
# same. Thus expect an alert.
exp_alerts:
- exp_labels:
severity: critical
severity: warning
pod: polkadot-abcdef01234-abcdef
instance: polkadot-abcdef01234-abcdef
job: polkadot
Expand Down
4 changes: 2 additions & 2 deletions .maintain/monitoring/alerting-rules/alerting-rules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ groups:
increase(polkadot_sub_txpool_validations_finished[5m]) > 0'
for: 30m
labels:
severity: critical
severity: warning
annotations:
message: 'The transaction pool size on node {{ $labels.instance }} has
been monotonically increasing for more than 30 minutes.'
Expand All @@ -83,7 +83,7 @@ groups:
polkadot_sub_txpool_validations_finished > 10000'
for: 5m
labels:
severity: critical
severity: warning
annotations:
message: 'The transaction pool size on node {{ $labels.instance }} has
been above 10_000 for more than 5 minutes.'
Expand Down

0 comments on commit bc43ad4

Please sign in to comment.