Thanos Bucket Replicate Error Rate critical
Thanos Replicate is failing to run, {{$value | humanize}}% of attempts failed.
>>>
(sum by (job) (
rate
(
{result="error", job=~".*thanos-bucket-replicate.*"}[5m]))/ on (job) group_left sum by (job) (
rate
(
{job=~".*thanos-bucket-replicate.*"}[5m]))) * 100 >= 10
The query calculates the percentage of Thanos bucket replicate runs that ended in error over the past 5 minutes, grouped by job, and triggers when this error rate is ≥ 10 % for any job matching .*thanos-bucket-replicate.*.
Get Alert✕
Download
Copy to Clipboard