Merge "Fix Prometheus Volume Claim Use Expression"

This commit is contained in:
Zuul 2019-10-31 21:29:35 +00:00 committed by Gerrit Code Review
commit 002cc1381d

View File

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