waku-simulator/monitoring/alert-rules.yml

11 lines
374 B
YAML
Raw Normal View History

2024-04-24 14:25:03 +03:00
groups:
- name: waku
rules:
- alert: HighNimWakuMemUsage
expr: >
2024-04-24 17:52:22 +03:00
nim_gc_mem_bytes{} > 1073741824
2024-04-24 14:25:03 +03:00
for: 5m
annotations:
summary: "Too high memory usage for {{ $labels.instance }}"
description: "Host {{ $labels.instance }} running nim-waku has GC memory usage higher 1GB"
current_value: "{{ $value }}"