Merge "Prometheus: Fix volume utilization alert expression"

This commit is contained in:
Zuul 2019-07-14 04:49:18 +00:00 committed by Gerrit Code Review
commit 769d0980f0
1 changed files with 1 additions and 1 deletions

View File

@ -1416,7 +1416,7 @@ conf:
description: 'Pod {{$labels.pod}} in namespace {{$labels.namespace}} has a container terminated for more than 10 minutes'
summary: 'Pod {{$labels.pod}} in namespace {{$labels.namespace}} in error status'
- alert: volume_claim_capacity_high_utilization
expr: (kubelet_volume_stats_capacity_bytes / kubelet_volume_stats_used_bytes) < 1.25
expr: (kubelet_volume_stats_used_bytes / kubelet_volume_stats_capacity_bytes) > 80
for: 5m
labels:
severity: page