mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-23 20:37:12 +01:00
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:
parent
003ef3a518
commit
4e0a779efe
@ -40,7 +40,7 @@ groups:
|
|||||||
labels:
|
labels:
|
||||||
severity: critical
|
severity: critical
|
||||||
annotations:
|
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.
|
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."
|
Consider to either increase available memory or decrease the load on the process."
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user