mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-24 02:17:00 +08:00
Merge pull request #171 from tosin-ogunrinde/master
This commit is contained in:
commit
5d7d99a658
1 changed files with 1 additions and 1 deletions
|
|
@ -1202,7 +1202,7 @@ groups:
|
||||||
rules:
|
rules:
|
||||||
- name: JVM memory filling up
|
- name: JVM memory filling up
|
||||||
description: JVM memory is filling up (> 80%)
|
description: JVM memory is filling up (> 80%)
|
||||||
query: '(jvm_memory_used_bytes{area="heap"} / jvm_memory_max_bytes{area="heap"}) * 100 > 80'
|
query: '(sum by (instance)(jvm_memory_used_bytes{area="heap"}) / sum by (instance)(jvm_memory_max_bytes{area="heap"})) * 100 > 80'
|
||||||
severity: warning
|
severity: warning
|
||||||
for: 2m
|
for: 2m
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue