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
| kube_pod_status_phase | Gauge | The pods current phase ||`pod`=<pod-name> <br> `namespace`=<pod-namespace> <br> `phase`=<Pending\|Running\|Succeeded\|Failed\|Unknown> <br> `uid`=<pod-uid>| STABLE |
12
12
| kube_pod_status_ready | Gauge | Describes whether the pod is ready to serve requests ||`pod`=<pod-name> <br> `namespace`=<pod-namespace> <br> `condition`=<true\|false\|unknown> <br> `uid`=<pod-uid>| STABLE |
13
-
|kube_pod_status_ready_time| Gauge | Time when pod passed readiness probes. | seconds |`pod`=<pod-name> <br> `namespace`=<pod-namespace> <br> `uid`=<pod-uid>| STABLE |
13
+
|affirm_kube_pod_status_ready_time| Gauge | Time when pod passed readiness probes. | seconds |`pod`=<pod-name> <br> `namespace`=<pod-namespace> <br> `uid`=<pod-uid>| STABLE |
14
14
| kube_pod_status_containers_ready_time | Gauge | Time when pod containers entered Ready state. | seconds |`pod`=<pod-name> <br> `namespace`=<pod-namespace> <br> `uid`=<pod-uid>| STABLE |
15
15
| kube_pod_status_scheduled | Gauge | Describes the status of the scheduling process for the pod ||`pod`=<pod-name> <br> `namespace`=<pod-namespace> <br> `condition`=<true\|false\|unknown> <br> `uid`=<pod-uid>| STABLE |
16
16
| kube_pod_container_info | Gauge | Information about a container in a pod ||`container`=<container-name> <br> `pod`=<pod-name> <br> `namespace`=<pod-namespace> <br> `image`=<image-name> <br> `image_id`=<image-id> <br> `image_spec`=<image-spec> <br> `container_id`=<containerid> <br> `uid`=<pod-uid>| STABLE |
0 commit comments