Enhance description for Alloy service down alert

Updated description for Grafana Alloy service down rule to provide more context and detail.
This commit is contained in:
NEEN R&D Department 2025-12-03 12:39:28 +01:00 committed by GitHub
parent 766b224c67
commit b3751c1b37
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3179,8 +3179,12 @@ groups:
- 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) "
description: |-
Grafana Alloy service on {{ $labels.instance }} is not responding or has stopped running.
This may indicate the Alloy agent has crashed or the VM is down.
VALUE = {{ $value }}
LABELS = {{ $labels }}
query: "max_over_time(up{job="alloy"}[5m]) unless up"
severity: critical
- name: OpenTelemetry Collector