From 85f7b3c406abb9bd7658507a6b3873c41e54b43d Mon Sep 17 00:00:00 2001 From: Lili Cosic Date: Fri, 16 Jul 2021 15:01:40 +0200 Subject: [PATCH] contrib/mixin/mixin.libsonnet: Unify alerting description --- contrib/mixin/mixin.libsonnet | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/contrib/mixin/mixin.libsonnet b/contrib/mixin/mixin.libsonnet index c71f6af6a..74336cf3f 100644 --- a/contrib/mixin/mixin.libsonnet +++ b/contrib/mixin/mixin.libsonnet @@ -130,7 +130,7 @@ severity: 'critical', }, annotations: { - description: 'etcd cluster "{{ $labels.job }}": gRPC requests to {{ $labels.grpc_method }} are taking {{ $value }}s on etcd instance {{ $labels.instance }}.', + description: 'etcd cluster "{{ $labels.job }}": 99th percentile of gRPC requests is {{ $value }}s on etcd instance {{ $labels.instance }}.', summary: 'etcd grpc requests are slow', }, }, @@ -189,7 +189,7 @@ severity: 'critical', }, annotations: { - message: 'etcd cluster "{{ $labels.job }}": 99th percentile fsync durations are {{ $value }}s on etcd instance {{ $labels.instance }}.', + description: 'etcd cluster "{{ $labels.job }}": 99th percentile fsync durations are {{ $value }}s on etcd instance {{ $labels.instance }}.', }, }, { @@ -217,7 +217,7 @@ severity: 'critical', }, annotations: { - message: 'etcd cluster "{{ $labels.job }}": database size exceeds the defined quota on etcd instance {{ $labels.instance }}, please defrag or increase the quota as the writes to etcd will be disabled when it is full.', + description: 'etcd cluster "{{ $labels.job }}": database size exceeds the defined quota on etcd instance {{ $labels.instance }}, please defrag or increase the quota as the writes to etcd will be disabled when it is full.', }, }, { @@ -230,7 +230,7 @@ severity: 'warning', }, annotations: { - message: 'etcd cluster "{{ $labels.job }}": Observed surge in etcd writes leading to 50% increase in database size over the past four hours on etcd instance {{ $labels.instance }}, please check as it might be disruptive.', + description: 'etcd cluster "{{ $labels.job }}": Observed surge in etcd writes leading to 50% increase in database size over the past four hours on etcd instance {{ $labels.instance }}, please check as it might be disruptive.', }, }, ],