From ba78741a1b78d4fe711d141ab6d75ade8b009cdf Mon Sep 17 00:00:00 2001 From: ironoa Date: Wed, 11 Aug 2021 17:28:23 +0200 Subject: [PATCH] removed prometheusrule, it has to be coupled with promtail instead --- charts/polkadot-watcher/Chart.yaml | 2 +- charts/polkadot-watcher/templates/alertrules.yaml | 8 -------- charts/polkadot-watcher/values.yaml | 2 +- package.json | 2 +- 4 files changed, 3 insertions(+), 11 deletions(-) diff --git a/charts/polkadot-watcher/Chart.yaml b/charts/polkadot-watcher/Chart.yaml index f68f627..f894544 100644 --- a/charts/polkadot-watcher/Chart.yaml +++ b/charts/polkadot-watcher/Chart.yaml @@ -1,4 +1,4 @@ description: Polkadot Watcher name: polkadot-watcher -version: v3.0.6 +version: v3.0.7 apiVersion: v2 diff --git a/charts/polkadot-watcher/templates/alertrules.yaml b/charts/polkadot-watcher/templates/alertrules.yaml index f6a61b0..053d1b8 100644 --- a/charts/polkadot-watcher/templates/alertrules.yaml +++ b/charts/polkadot-watcher/templates/alertrules.yaml @@ -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: diff --git a/charts/polkadot-watcher/values.yaml b/charts/polkadot-watcher/values.yaml index 6f72597..67dcec0 100644 --- a/charts/polkadot-watcher/values.yaml +++ b/charts/polkadot-watcher/values.yaml @@ -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" diff --git a/package.json b/package.json index 4795800..e089f66 100644 --- a/package.json +++ b/package.json @@ -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 ",