From 807db03d0d91a7ecd41cfdd600f098c734ff4155 Mon Sep 17 00:00:00 2001 From: samber Date: Wed, 19 Feb 2025 14:25:58 +0000 Subject: [PATCH] Publish --- dist/rules/nats/nats-exporter.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/dist/rules/nats/nats-exporter.yml b/dist/rules/nats/nats-exporter.yml index 7648762..a0e26c8 100644 --- a/dist/rules/nats/nats-exporter.yml +++ b/dist/rules/nats/nats-exporter.yml @@ -13,15 +13,6 @@ groups: summary: Nats high connection count (instance {{ $labels.instance }}) description: "High number of NATS connections ({{ $value }}) for {{ $labels.instance }}\n VALUE = {{ $value }}\n LABELS = {{ $labels }}" - - alert: NatsHighPendingBytes - expr: 'gnatsd_connz_pending_bytes > 100000' - for: 3m - labels: - severity: warning - annotations: - summary: Nats high pending bytes (instance {{ $labels.instance }}) - description: "High number of NATS pending bytes ({{ $value }}) for {{ $labels.instance }}\n VALUE = {{ $value }}\n LABELS = {{ $labels }}" - - alert: NatsHighSubscriptionsCount expr: 'gnatsd_connz_subscriptions > 50' for: 3m