Skip to content

Commit

Permalink
removed prometheusrule, it has to be coupled with promtail instead
Browse files Browse the repository at this point in the history
  • Loading branch information
ironoa committed Aug 11, 2021
1 parent 5e5d28b commit ba78741
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 11 deletions.
2 changes: 1 addition & 1 deletion charts/polkadot-watcher/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
description: Polkadot Watcher
name: polkadot-watcher
version: v3.0.6
version: v3.0.7
apiVersion: v2
8 changes: 0 additions & 8 deletions charts/polkadot-watcher/templates/alertrules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,6 @@ spec:
labels:
severity: critical
origin: {{ .Values.origin }}
- alert: WatcherLogErrors
annotations:
message: 'Polkadot Watcher is showing errors in the log, please check'
expr: increase(polkadot_watcher_log_errors_total[2m]) > 0
for: 30s
labels:
severity: warning
origin: {{ .Values.origin }}
{{ if ne .Values.prometheusRules.heartbeat false }}
- alert: ValidatorOfflineSessionLong
annotations:
Expand Down
2 changes: 1 addition & 1 deletion charts/polkadot-watcher/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ port: 3000

image:
repo: web3f/polkadot-watcher
tag: v3.0.6
tag: v3.0.7

config:
endpoint: "wss://kusama-rpc.polkadot.io"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "polkadot-watcher",
"version": "3.0.6",
"version": "3.0.7",
"description": "Monitor events on Polkadot networks",
"repository": "git@github.com:w3f/polkadot-watcher.git",
"author": "W3F Infrastructure Team <devops@web3.foundation>",
Expand Down

0 comments on commit ba78741

Please sign in to comment.