From 9858f96c78a6bfe38d149aae58c8e51894b03423 Mon Sep 17 00:00:00 2001 From: Naga Ravi Chaitanya Elluri Date: Wed, 31 May 2023 11:27:45 -0400 Subject: [PATCH] Change the severity of the etcd leader election check to warning This is the first step towards the goal to only have metrics tracking the overall health and performance of the component/cluster. For instance, for etcd disruption scenarios, leader elections are expected, we should instead track etcd leader availability and fsync latency under critical catergory vs leader elections. --- config/alerts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/alerts b/config/alerts index 683104d5..5452ca57 100644 --- a/config/alerts +++ b/config/alerts @@ -8,4 +8,4 @@ - expr: increase(etcd_server_leader_changes_seen_total[2m]) > 0 description: etcd leader changes observed - severity: critical + severity: error