You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/pod-metrics.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@
54
54
| kube_pod_status_unschedulable | Gauge | Describes the unschedulable status for the pod ||`pod`=<pod-name> <br> `namespace`=<pod-namespace> <br> `uid`=<pod-uid>| STABLE | - |
55
55
| kube_pod_tolerations | Gauge | Information about the pod tolerations ||`pod`=<pod-name> <br> `namespace`=<pod-namespace> <br> `uid`=<pod-uid> <br> `key`=<toleration-key> <br> `operator`=<toleration-operator> <br> `value`=<toleration-value> <br> `effect`=<toleration-effect>`toleration_seconds`=<toleration-seconds>| EXPERIMENTAL | - |
56
56
| kube_pod_service_account | Gauge | The service account for a pod ||`pod`=<pod-name> <br> `namespace`=<pod-namespace> <br> `uid`=<pod-uid> <br> `service_account`=<service_account>| EXPERIMENTAL | - |
57
-
|kube_pod_scheduler_name| Gauge | The scheduler name for a pod ||`pod`=<pod-name> <br> `namespace`=<pod-namespace> <br> `uid`=<pod-uid> <br> `scheduler_name`=<scheduler_name>| EXPERIMENTAL | - |
57
+
|kube_pod_scheduler| Gauge | The scheduler for a pod ||`pod`=<pod-name> <br> `namespace`=<pod-namespace> <br> `uid`=<pod-uid> <br> `name`=<scheduler-name>| EXPERIMENTAL | - |
0 commit comments