File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
keps/sig-node/1287-in-place-update-pod-resources Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 38
38
- [ Resource Quota] ( #resource-quota )
39
39
- [ Affected Components] ( #affected-components )
40
40
- [ Instrumentation] ( #instrumentation )
41
- - [ <code >kubelet_container_resize_attempts_total </code >] ( #kubelet_container_resize_attempts_total )
41
+ - [ <code >kubelet_container_requested_resizes_total </code >] ( #kubelet_container_requested_resizes_total )
42
42
- [ <code >kubelet_pod_resize_duration_seconds</code >] ( #kubelet_pod_resize_duration_seconds )
43
43
- [ <code >kubelet_pod_pending_resizes</code >] ( #kubelet_pod_pending_resizes )
44
44
- [ <code >kubelet_pod_in_progress_resizes</code >] ( #kubelet_pod_in_progress_resizes )
@@ -891,7 +891,7 @@ Other components:
891
891
892
892
The kubelet will record the following metrics:
893
893
894
- #### ` kubelet_container_resize_attempts_total `
894
+ #### ` kubelet_container_requested_resizes_total `
895
895
896
896
This metric tracks the total number of resize attempts observed by the Kubelet, counted at the container level.
897
897
A single pod update changing multiple containers will be considered separate resize attempts.
You can’t perform that action at this time.
0 commit comments