From eb8e94c4ed7997a1c0626883ae122912d09036ff Mon Sep 17 00:00:00 2001 From: Povilas Versockas Date: Mon, 4 Feb 2019 09:20:39 +0200 Subject: [PATCH] etcd-mixin: Improve etcdHighNumberOfLeaderChanges,etcdHighNumberOfFailedProposals message Currently alert messages state that we detect issue within the last 1 hour, although we check for last 15min and wait for 15min for this alert to keep firing. This fix changes the message to be 30minutes. --- Documentation/etcd-mixin/mixin.libsonnet | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/etcd-mixin/mixin.libsonnet b/Documentation/etcd-mixin/mixin.libsonnet index b6cc471ff..498ef9494 100644 --- a/Documentation/etcd-mixin/mixin.libsonnet +++ b/Documentation/etcd-mixin/mixin.libsonnet @@ -44,7 +44,7 @@ severity: 'warning', }, annotations: { - message: 'etcd cluster "{{ $labels.job }}": instance {{ $labels.instance }} has seen {{ $value }} leader changes within the last hour.', + message: 'etcd cluster "{{ $labels.job }}": instance {{ $labels.instance }} has seen {{ $value }} leader changes within the last 30 minutes.', }, }, { @@ -117,7 +117,7 @@ severity: 'warning', }, annotations: { - message: 'etcd cluster "{{ $labels.job }}": {{ $value }} proposal failures within the last hour on etcd instance {{ $labels.instance }}.', + message: 'etcd cluster "{{ $labels.job }}": {{ $value }} proposal failures within the last 30 minutes on etcd instance {{ $labels.instance }}.', }, }, {