mirror of
https://github.com/logos-messaging/logos-messaging-simulator.git
synced 2026-01-03 06:23:06 +00:00
11 lines
374 B
YAML
11 lines
374 B
YAML
groups:
|
|
- name: waku
|
|
rules:
|
|
- alert: HighNimWakuMemUsage
|
|
expr: >
|
|
nim_gc_mem_bytes{} > 1073741824
|
|
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 }}" |