Skip to content
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

Provide the time when a pod is initialized #2147

Closed
opeco17 opened this issue Aug 14, 2023 · 1 comment · Fixed by #2148
Closed

Provide the time when a pod is initialized #2147

opeco17 opened this issue Aug 14, 2023 · 1 comment · Fixed by #2148
Labels
kind/feature Categorizes issue or PR as related to a new feature. needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one.

Comments

@opeco17
Copy link
Contributor

opeco17 commented Aug 14, 2023

What would you like to be added:

It would be great to have the time when a pod is initialized in the lifecycle.

Why is this needed:

I'm hosting pods that take a long time to complete startup probe, and I would like to know how long it takes accurately for performance tuning.

To calculate that period, it's necessary to know when a pod is initialized and ready.

Even though the latter one is already implemented (kube_pod_status_ready_time), the former one is not yet.

Describe the solution you'd like

Add the new metric that describes the time when a pod is initialized

PR: #2148

Additional context

@opeco17 opeco17 added the kind/feature Categorizes issue or PR as related to a new feature. label Aug 14, 2023
@k8s-ci-robot k8s-ci-robot added the needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. label Aug 14, 2023
@k8s-ci-robot
Copy link
Contributor

This issue is currently awaiting triage.

If kube-state-metrics contributors determine this is a relevant issue, they will accept it by applying the triage/accepted label and provide further guidance.

The triage/accepted label can be added by org members by writing /triage accepted in a comment.

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/test-infra repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature. needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants