From 4e0a779efe93cb541d3b8b91c89df20be1336460 Mon Sep 17 00:00:00 2001 From: hagen1778 Date: Tue, 24 Oct 2023 09:53:44 +0200 Subject: [PATCH] deployment/alerts: update `TooHighMemoryUsage` annotation The memory usage isn't measured on 5m interval anymore. Signed-off-by: hagen1778 --- deployment/docker/alerts-health.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/docker/alerts-health.yml b/deployment/docker/alerts-health.yml index 59aa7f050..caf830d93 100644 --- a/deployment/docker/alerts-health.yml +++ b/deployment/docker/alerts-health.yml @@ -40,7 +40,7 @@ groups: labels: severity: critical annotations: - summary: "It is more than 80% of memory used by \"{{ $labels.job }}\"(\"{{ $labels.instance }}\") during the last 5m" + summary: "It is more than 80% of memory used by \"{{ $labels.job }}\"(\"{{ $labels.instance }}\")" description: "Too high memory usage may result into multiple issues such as OOMs or degraded performance. Consider to either increase available memory or decrease the load on the process."