mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-08 12:41:58 +00:00
scheduler: promote pod resource metrics to stable
Signed-off-by: Damien Grisonnet <dgrisonn@redhat.com>
This commit is contained in:
@@ -74,6 +74,34 @@
|
||||
stabilityLevel: STABLE
|
||||
labels:
|
||||
- zone
|
||||
- name: kube_pod_resource_limit
|
||||
help: Resources limit for workloads on the cluster, broken down by pod. This shows
|
||||
the resource usage the scheduler and kubelet expect per pod for resources along
|
||||
with the unit for the resource if any.
|
||||
type: Custom
|
||||
stabilityLevel: STABLE
|
||||
labels:
|
||||
- namespace
|
||||
- pod
|
||||
- node
|
||||
- scheduler
|
||||
- priority
|
||||
- resource
|
||||
- unit
|
||||
- name: kube_pod_resource_request
|
||||
help: Resources requested by workloads on the cluster, broken down by pod. This
|
||||
shows the resource usage the scheduler and kubelet expect per pod for resources
|
||||
along with the unit for the resource if any.
|
||||
type: Custom
|
||||
stabilityLevel: STABLE
|
||||
labels:
|
||||
- namespace
|
||||
- pod
|
||||
- node
|
||||
- scheduler
|
||||
- priority
|
||||
- resource
|
||||
- unit
|
||||
- name: framework_extension_point_duration_seconds
|
||||
subsystem: scheduler
|
||||
help: Latency for running all plugins of a specific extension point.
|
||||
|
Reference in New Issue
Block a user