Update description format for Alloy service rule

Condensed description for Grafana Alloy service rule.
This commit is contained in:
Samuel Berthe 2025-12-03 17:07:01 +01:00 committed by GitHub
parent b3751c1b37
commit f5f6d3e756
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3179,11 +3179,7 @@ groups:
- slug: embedded-exporter
rules:
- name: Grafana Alloy service down
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 }}
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."
query: "max_over_time(up{job="alloy"}[5m]) unless up"
severity: critical