This commit is contained in:
Samuel Berthe 2023-03-15 18:20:05 +01:00 committed by GitHub
parent f0798b42ba
commit f042883cf2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2388,7 +2388,7 @@ groups:
for: 5m for: 5m
- name: Thanos Sidecar No Connection To Started Prometheus - name: Thanos Sidecar No Connection To Started Prometheus
description: 'Thanos Sidecar {{$labels.instance}} is unhealthy.' 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 severity: critical
for: 5m for: 5m
- name: Thanos Store - name: Thanos Store