Damien Grisonnet
Damien Grisonnet
The container level metric should already be available: https://github.com/kubernetes/kube-state-metrics/blob/02417fbc99f3adec84834fc59d5f89cf676ce006/internal/store/pod.go#L1342
Correct, the name got me. We should probably base `kube_pod_status_container_ready_time` on [ContainerStatus](https://github.com/kubernetes/api/blob/v0.27.4/core/v1/types.go#L2665) rather than on the pod status.
Sorry for the inconvenience caused by that breaking change. Based on all the improvements that have been made through this issue, would anyone be interested in udpating the doc from...
/remove-kind feature /kind documentation
Awesome! Thank you :) /assign @sherifkayad
/assign /triage accepted
These metrics are going to be quite expensive. Is your goal to monitor the elb readiness via the pods? Because for pod readiness, you should already be able to alert...
/triage accepted /assign @CatherineF-dev
> Should we query the Kubernetes API during startup instead? That sound like the best way to avoid bugs caused by differences in naming. We should already have a discovery...
/triage accepted