mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-23 09:58:16 +08:00
Publish
This commit is contained in:
parent
a8d7c43b30
commit
c5203e94d0
1 changed files with 14 additions and 0 deletions
14
dist/rules/grafana-alloy/embedded-exporter.yml
vendored
Normal file
14
dist/rules/grafana-alloy/embedded-exporter.yml
vendored
Normal file
|
|
@ -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 }}"
|
||||||
Loading…
Reference in a new issue