We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
receiver/k8scluster
For the metric k8s.container.ready, The attributes should have information about Container Waiting Reason ( If container is in Waiting State )
k8s.container.ready
A possible solution is to record this information using ... https://pkg.go.dev/k8s.io/api/core/v1#ContainerStateWaiting > Reason
No response
The text was updated successfully, but these errors were encountered:
Isn't this captured by #32457?
/cc @povilasv
Sorry, something went wrong.
Oh, right ! Thanks @ChrsMark, This is exactly what I was looking for. We can close this issue then.
Closing in favor of #32457. Thanks all!
No branches or pull requests
Component(s)
receiver/k8scluster
Is your feature request related to a problem? Please describe.
For the metric
k8s.container.ready
,The attributes should have information about Container Waiting Reason ( If container is in Waiting State )
Describe the solution you'd like
A possible solution is to record this information using ...
https://pkg.go.dev/k8s.io/api/core/v1#ContainerStateWaiting > Reason
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: