Skip to content

Commit

Permalink
Update rules.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
samber authored Dec 8, 2024
1 parent fff8a80 commit a8d7c43
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions _data/rules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2982,6 +2982,15 @@ groups:
severity: critical
for: 5m

- name: Grafana Alloy
exporters:
- slug: embedded-exporter
rules:
- name: Grafana Alloy service down
description: Alloy on (instance {{ $labels.instance }}) is not responding or has stopped running.
query: 'count by (instance) (alloy_build_info) unless count by (instance) (alloy_build_info offset 2m) '
severity: critical

- name: Jenkins
exporters:
- name: Metric plugin
Expand Down

0 comments on commit a8d7c43

Please sign in to comment.