You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
groups:
- name: NATSAlertsrules:
- alert: HighConnectionCountexpr: gnatsd_varz_connections > 100for: 1mlabels:
severity: warningannotations:
summary: "High number of NATS connections ({{ $value }})"description: "The number of NATS connections is greater than 100 for {{ $labels.instance }}"
- alert: HighPendingBytesexpr: gnatsd_connz_pending_bytes > 100000for: 5mlabels:
severity: warningannotations:
summary: "High number of NATS pending bytes ({{ $value }})"description: "The number of NATS pending bytes is greater than 100000 for {{ $labels.instance }}"
- alert: HighSubscriptionsCountexpr: gnatsd_connz_subscriptions > 50for: 5mlabels:
severity: warningannotations:
summary: "High number of NATS subscriptions ({{ $value }})"description: "The number of NATS subscriptions is greater than 50 for {{ $labels.instance }}"
- alert: HighRoutesCountexpr: gnatsd_routez_num_routes > 10for: 5mlabels:
severity: warningannotations:
summary: "High number of NATS routes ({{ $value }})"description: "The number of NATS routes is greater than 10 for {{ $labels.instance }}"
Hi there 👋
@sfarwassim just opened an issue on samber/awesome-prometheus-alerts to request contributions.
Do you have nice Prometheus alerts to share, for NATS monitoring?
The text was updated successfully, but these errors were encountered: