Merge "Fix Prometheus Volume Claim Use Expression"
This commit is contained in:
commit
002cc1381d
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user