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/metrics/workload/pod-metrics.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,6 +53,7 @@
53
53
| kube_pod_status_reason | Gauge | The pod status reasons ||`pod`=<pod-name> <br> `namespace`=<pod-namespace> <br> `reason`=<Evicted\|NodeAffinity\|NodeLost\|Shutdown\|UnexpectedAdmissionError> <br> `uid`=<pod-uid>| EXPERIMENTAL | - |
54
54
| kube_pod_status_scheduled_time | Gauge | Unix timestamp when pod moved into scheduled status | seconds |`pod`=<pod-name> <br> `namespace`=<pod-namespace> <br> `uid`=<pod-uid>| STABLE | - |
55
55
| kube_pod_status_unschedulable | Gauge | Describes the unschedulable status for the pod ||`pod`=<pod-name> <br> `namespace`=<pod-namespace> <br> `uid`=<pod-uid>| STABLE | - |
56
+
| kube_pod_status_unscheduled_time | Gauge | Unix timestamp when pod moved into unscheduled status | seconds |`pod`=<pod-name> <br> `namespace`=<pod-namespace> <br> `uid`=<pod-uid>| EXPERIMENTAL | - |
56
57
| 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 | - |
57
58
| 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 | - |
58
59
| 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