Skip to content

Commit 0d363e2

Browse files
committed
rename 'resize attempts' to 'requested resizes'
1 parent 2097536 commit 0d363e2

File tree

1 file changed

+2
-2
lines changed
  • keps/sig-node/1287-in-place-update-pod-resources

1 file changed

+2
-2
lines changed

keps/sig-node/1287-in-place-update-pod-resources/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
- [Resource Quota](#resource-quota)
3939
- [Affected Components](#affected-components)
4040
- [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)
4242
- [<code>kubelet_pod_resize_duration_seconds</code>](#kubelet_pod_resize_duration_seconds)
4343
- [<code>kubelet_pod_pending_resizes</code>](#kubelet_pod_pending_resizes)
4444
- [<code>kubelet_pod_in_progress_resizes</code>](#kubelet_pod_in_progress_resizes)
@@ -891,7 +891,7 @@ Other components:
891891

892892
The kubelet will record the following metrics:
893893

894-
#### `kubelet_container_resize_attempts_total`
894+
#### `kubelet_container_requested_resizes_total`
895895

896896
This metric tracks the total number of resize attempts observed by the Kubelet, counted at the container level.
897897
A single pod update changing multiple containers will be considered separate resize attempts.

0 commit comments

Comments
 (0)