Thanos Bucket Replicate Error Rate
critical

Description Thanos Replicate is failing to run, {{$value | humanize}}% of attempts failed.
Query for 5m
>>>
	
				
					(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
				
			
    
Query Explanation

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