mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-27 03:47:07 +08:00
lint
This commit is contained in:
parent
f0798b42ba
commit
f042883cf2
1 changed files with 8 additions and 8 deletions
|
|
@ -2388,7 +2388,7 @@ groups:
|
|||
for: 5m
|
||||
- name: Thanos Sidecar No Connection To Started Prometheus
|
||||
description: 'Thanos Sidecar {{$labels.instance}} is unhealthy.'
|
||||
query: 'thanos_sidecar_prometheus_up{job=~".*thanos-sidecar.*"} == 0AND on (namespace, pod)prometheus_tsdb_data_replay_duration_seconds != 0'
|
||||
query: 'thanos_sidecar_prometheus_up{job=~".*thanos-sidecar.*"} == 0 and on (namespace, pod)prometheus_tsdb_data_replay_duration_seconds != 0'
|
||||
severity: critical
|
||||
for: 5m
|
||||
- name: Thanos Store
|
||||
|
|
|
|||
Loading…
Reference in a new issue