Merge pull request #171 from tosin-ogunrinde/master

This commit is contained in:
Samuel Berthe 2021-01-03 21:45:45 +01:00 committed by GitHub
commit 5d7d99a658
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1202,7 +1202,7 @@ groups:
rules:
- name: JVM memory filling up
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
for: 2m