From a8d7c43b3052e08b8a365f831bc74f9e87f0a824 Mon Sep 17 00:00:00 2001 From: Samuel Berthe Date: Sun, 8 Dec 2024 21:28:07 +0100 Subject: [PATCH] Update rules.yml --- _data/rules.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/_data/rules.yml b/_data/rules.yml index 5a274cc..abf9beb 100644 --- a/_data/rules.yml +++ b/_data/rules.yml @@ -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