Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
samber committed Dec 8, 2024
1 parent a8d7c43 commit c5203e9
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions dist/rules/grafana-alloy/embedded-exporter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
groups:

- name: EmbeddedExporter

rules:

- alert: GrafanaAlloyServiceDown
expr: 'count by (instance) (alloy_build_info) unless count by (instance) (alloy_build_info offset 2m) '
for: 0m
labels:
severity: critical
annotations:
summary: Grafana Alloy service down (instance {{ $labels.instance }})
description: "Alloy on (instance {{ $labels.instance }}) is not responding or has stopped running.\n VALUE = {{ $value }}\n LABELS = {{ $labels }}"

0 comments on commit c5203e9

Please sign in to comment.