Merge pull request #170 from tosin-ogunrinde/master

Fix JVM "JVM memory filling up" alert
This commit is contained in:
Samuel Berthe 2020-12-30 17:44:02 +01:00 committed by GitHub
commit 27cb39e13b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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