mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-26 11:27:00 +08:00
Merge f5f6d3e756 into 766b224c67
This commit is contained in:
commit
a359fedd13
1 changed files with 2 additions and 2 deletions
|
|
@ -3179,8 +3179,8 @@ 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."
|
||||
query: "max_over_time(up{job="alloy"}[5m]) unless up"
|
||||
severity: critical
|
||||
|
||||
- name: OpenTelemetry Collector
|
||||
|
|
|
|||
Loading…
Reference in a new issue