File tree 2 files changed +1
-26
lines changed
operations/observability/mixins/platform/rules/kubernetes
2 files changed +1
-26
lines changed Original file line number Diff line number Diff line change 88
88
/dev /loadgen @ gitpod-io/engineering-workspace
89
89
/dev /preview @ gitpod-io/devx
90
90
/operations /observability /mixins @ gitpod-io/engineering-delivery-operations-experience
91
+ /operations /observability /mixins /platform @ gitpod-io/devx
91
92
/operations /observability /mixins /IDE @ gitpod-io/engineering-ide
92
93
/operations /observability /mixins /meta @ gitpod-io/engineering-webapp
93
94
/operations /observability /mixins /workspace @ gitpod-io/engineering-workspace
Original file line number Diff line number Diff line change 49
49
labels :
50
50
severity : warning
51
51
team : platform
52
- - alert : KubeCPUOvercommit
53
- annotations :
54
- description : Cluster has overcommitted CPU resource requests for Pods by {{ $value }} CPU shares and cannot tolerate node failure.
55
- summary : Cluster has overcommitted CPU resource requests.
56
- dashboard_url : https://grafana.gitpod.io/d/efa86fd1d0c121a26444b636a3f509a8
57
- expr : |
58
- sum(namespace_cpu:kube_pod_container_resource_requests:sum{}) - (sum(kube_node_status_allocatable{resource="cpu"}) - max(kube_node_status_allocatable{resource="cpu"})) > 0
59
- and
60
- (sum(kube_node_status_allocatable{resource="cpu"}) - max(kube_node_status_allocatable{resource="cpu"})) > 0
61
- for : 60m
62
- labels :
63
- severity : warning
64
- team : platform
65
- - alert : KubeMemoryOvercommit
66
- annotations :
67
- description : Cluster has overcommitted memory resource requests for Pods by {{ $value | humanize }} bytes and cannot tolerate node failure.
68
- summary : Cluster has overcommitted memory resource requests.
69
- dashboard_url : https://grafana.gitpod.io/d/efa86fd1d0c121a26444b636a3f509a8
70
- expr : |
71
- sum(namespace_memory:kube_pod_container_resource_requests:sum{}) - (sum(kube_node_status_allocatable{resource="memory"}) - max(kube_node_status_allocatable{resource="memory"})) > 0
72
- and
73
- (sum(kube_node_status_allocatable{resource="memory"}) - max(kube_node_status_allocatable{resource="memory"})) > 0
74
- for : 60m
75
- labels :
76
- severity : warning
77
- team : platform
78
52
- alert : KubePersistentVolumeFillingUp
79
53
annotations :
80
54
description : The PersistentVolume claimed by {{ $labels.persistentvolumeclaim }} in Namespace {{ $labels.namespace }} is only {{ $value | humanizePercentage }} free.
You can’t perform that action at this time.
0 commit comments