-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
container label missing in kube_pod_status_container_ready_time #2053
Comments
/triage accepted |
The metric name should be kube_pod_container_ready_time. You can add this new metric @bharathvenkatrajan with container label. Example PR is #1932 |
This issue has not been updated in over 1 year, and should be re-triaged. You can:
For more details on the triage process, see https://www.kubernetes.dev/docs/guide/issue-triage/ /remove-triage accepted |
cc @Henrywu573 |
/triage accepted |
/assign |
@bharathvenkatrajan Would the kube_pod_container_state_started metric documented at this link meet your requirements? |
@Henrywu573 Yes, that’s perfect. Thank you! |
/close |
@Henrywu573: You can't close an active issue/PR unless you authored it or you are a collaborator. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
/close |
@richabanker: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
What would you like to be added:
kube_pod_status_container_ready_time
should have the container label and be able to filter on a container levelhttps://github.com/kubernetes/kube-state-metrics/blob/main/docs/pod-metrics.md
Why is this needed: The metric
kube_pod_status_container_ready_time
is supposed to show the ready time for each containerDescribe the solution you'd like
Need to add the
container
label to the metrickube_pod_status_container_ready_time
Adding a
container
label here? - https://github.com/kubernetes/kube-state-metrics/blob/main/internal/store/pod.go#L1339-L1364The text was updated successfully, but these errors were encountered: