Fix JVM "JVM memory filling up" alert

This commit is contained in:
Tosin Ogunrinde 2020-12-30 00:30:08 +00:00
parent f686698f68
commit 0add93363f

View file

@ -1050,7 +1050,7 @@ groups:
rules:
- name: JVM memory filling up
description: JVM memory is filling up (> 80%)
query: 'jvm_memory_bytes_used / jvm_memory_bytes_max{area="heap"} > 0.8'
query: '(jvm_memory_used_bytes{area="heap"} / jvm_memory_max_bytes{area="heap"}) * 100 > 80'
severity: warning
- name: Sidekiq