No more than one Thanos Compact instance should be running at once. There are {{$value}} instances running.
- alert: ThanosCompactorMultipleRunning
expr: sum by (job) (up{job=~".*thanos-compact.*"}) > 1
for: 5m
labels:
severity: warning
annotations:
summary: Thanos Compactor Multiple Running (instance {{ $labels.instance }})
description: "No more than one Thanos Compact instance should be running at once. There are {{$value}} instances running.\n VALUE = {{ $value }}\n LABELS = {{ $labels }}"