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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,7 @@
23
23
| kube_pod_container_status_terminated_reason | Gauge | Describes the reason the container is currently in terminated state ||`container`=<container-name> <br> `pod`=<pod-name> <br> `namespace`=<pod-namespace> <br> `reason`=<container-terminated-reason> <br> `uid`=<pod-uid>| EXPERIMENTAL | - |
24
24
| kube_pod_container_status_last_terminated_reason | Gauge | Describes the last reason the container was in terminated state ||`container`=<container-name> <br> `pod`=<pod-name> <br> `namespace`=<pod-namespace> <br> `reason`=<last-terminated-reason> <br> `uid`=<pod-uid>| EXPERIMENTAL | - |
25
25
| kube_pod_container_status_last_terminated_exitcode | Gauge | Describes the exit code for the last container in terminated state. ||`container`=<container-name> <br> `pod`=<pod-name> <br> `namespace`=<pod-namespace> <br> `uid`=<pod-uid>| EXPERIMENTAL | - |
26
+
| kube_pod_container_status_last_terminated_timestamp | Gauge | Last terminated time for a pod container, when container was terminated with kube_pod_container_status_last_terminated_reason, in unix timestamp. ||`container`=<container-name> <br> `pod`=<pod-name> <br> `namespace`=<pod-namespace> <br> `uid`=<pod-uid>| EXPERIMENTAL | - |
| kube_pod_status_initialized_time | Gauge | Time when the pod is initialized. | seconds |`pod`=<pod-name> <br> `namespace`=<pod-namespace> <br> `uid`=<pod-uid>| EXPERIMENTAL |
28
29
| kube_pod_status_ready_time | Gauge | Time when pod passed readiness probes. | seconds |`pod`=<pod-name> <br> `namespace`=<pod-namespace> <br> `uid`=<pod-uid>| EXPERIMENTAL |
# HELP kube_pod_container_status_last_terminated_reason Describes the last reason the container was in terminated state.
731
734
# HELP kube_pod_container_status_last_terminated_exitcode Describes the exit code for the last container in terminated state.
735
+
# HELP kube_pod_container_status_last_terminated_timestamp Last terminated time for a pod container, when container was terminated with kube_pod_container_status_last_terminated_reason, in unix timestamp.
732
736
# HELP kube_pod_container_status_running [STABLE] Describes whether the container is currently in running state.
733
737
# HELP kube_pod_container_status_terminated [STABLE] Describes whether the container is currently in terminated state.
734
738
# HELP kube_pod_container_status_terminated_reason Describes the reason the container is currently in terminated state.
0 commit comments