From 70c3664b4021a96d03f8e24a66959c60cb90f433 Mon Sep 17 00:00:00 2001 From: Roman Khavronenko Date: Wed, 7 Dec 2022 12:19:50 +0100 Subject: [PATCH] alerts: remove `show_at` label for RequestErrorsToAPI alert (#3455) Alert `RequestErrorsToAPI` could be permanently triggered due to mistakes in clients configuration. However, such requests are unlikely to cause VM health state change. So there is no need in displaying this alert because there will be no correlation caused by it. Signed-off-by: hagen1778 Signed-off-by: hagen1778 --- deployment/docker/alerts.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/deployment/docker/alerts.yml b/deployment/docker/alerts.yml index efa3c5f7e7..9a773d95d8 100644 --- a/deployment/docker/alerts.yml +++ b/deployment/docker/alerts.yml @@ -54,7 +54,6 @@ groups: for: 15m labels: severity: warning - show_at: dashboard annotations: dashboard: "http://localhost:3000/d/wNf0q_kZk?viewPanel=35&var-instance={{ $labels.instance }}" summary: "Too many errors served for path {{ $labels.path }} (instance {{ $labels.instance }})"