mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-23 18:06:58 +08:00
Publish
This commit is contained in:
parent
6838196343
commit
807db03d0d
1 changed files with 0 additions and 9 deletions
9
dist/rules/nats/nats-exporter.yml
vendored
9
dist/rules/nats/nats-exporter.yml
vendored
|
|
@ -13,15 +13,6 @@ groups:
|
||||||
summary: Nats high connection count (instance {{ $labels.instance }})
|
summary: Nats high connection count (instance {{ $labels.instance }})
|
||||||
description: "High number of NATS connections ({{ $value }}) for {{ $labels.instance }}\n VALUE = {{ $value }}\n LABELS = {{ $labels }}"
|
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
|
- alert: NatsHighSubscriptionsCount
|
||||||
expr: 'gnatsd_connz_subscriptions > 50'
|
expr: 'gnatsd_connz_subscriptions > 50'
|
||||||
for: 3m
|
for: 3m
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue