deployment/alerts: update TooHighMemoryUsage annotation

The memory usage isn't measured on 5m interval anymore.

Signed-off-by: hagen1778 <roman@victoriametrics.com>
This commit is contained in:
hagen1778 2023-10-24 09:53:44 +02:00
parent 003ef3a518
commit 4e0a779efe
No known key found for this signature in database
GPG key ID: 3BF75F3741CA9640

View file

@ -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."