Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Silence alert about large-statement-fetcher (#9882)
Browse files Browse the repository at this point in the history
* Silence alert about large-statement-fetcher

That task is not continuous and behaving exactly as desired.

* Get rid of rule completely

- Pierre thinks it does not add any value
- Basti rightly complains that Polkadot specific exceptions make little
  sense in the Substrate repo.
eskimor authored Sep 30, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent e6b0150 commit 70b4a8a
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .maintain/monitoring/alerting-rules/alerting-rules.yaml
Original file line number Diff line number Diff line change
@@ -133,16 +133,6 @@ groups:
# Others
##############################################################################

- alert: ContinuousTaskEnded
expr: '(polkadot_tasks_spawned_total{task_name != "basic-authorship-proposer", task_name != "substrate-rpc-subscription"} == 1)
- on(instance, task_name) group_left() (polkadot_tasks_ended_total == 1)'
for: 5m
labels:
severity: warning
annotations:
message: 'Continuous task {{ $labels.task_name }} on node
{{ $labels.instance }} ended unexpectedly.'

- alert: AuthorityDiscoveryDiscoveryFailureHigh
expr: 'polkadot_authority_discovery_handle_value_found_event_failure /
ignoring(name)

0 comments on commit 70b4a8a

Please sign in to comment.