Vault too many pending tokens
warning

Description Too many pending tokens {{ $labels.instance }}: {{ $value | printf "%.2f"}}%
Query for 5m
>>>
	
				
					
					
						avg
					
				
			
				
					(
				
			
				
					
				
			
				
					 - 
				
			
				
					
				
			
				
					) > 0
				
			
    
Query Explanation

The rule calculates the average of vault_token_create_count - vault_token_store_count across all instances; this difference represents tokens that have been created but not yet stored (pending tokens). The alert fires whenever this average is greater than 0, indicating that there are pending tokens on at least one instance.

Get Alert
Download
Copy to Clipboard