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
Currently there is no way to query which pods are in terminating state inside NewRelic. Some pods take a long time to terminate and it would be great to track that progress
Description
Currently there is no way to query which pods are in terminating state inside NewRelic. Some pods take a long time to terminate and it would be great to track that progress
Could be easily added here:
nri-kubernetes/src/kubelet/metric/pods.go
Lines 282 to 300 in 17342a6
Needs to check for
DeletionTimestamp
, maybe directly use the logic similar like in k9s:https://github.com/derailed/k9s/blob/6e0e41670672d0aa524a3df859feb6f772381c07/internal/render/pod.go#L314-L337
I'm open to provide a pull request, just would be curious which way to implement (I suggest adding a new status string)
Acceptance Criteria
Have the information in Newrelic:
either:
Describe Alternatives
A clear and concise description of any alternative solutions or features you've considered
Are there examples you could link us to?
Dependencies
Do any other teams or parts of the New Relic product need to be considered?
Some common areas: UI, collector, documentation
Additional context
What else should we know about this story that might not fit into the other categories?
Estimates
S
For Maintainers Only or Hero Triaging this bug
Suggested Priority (P1,P2,P3,P4,P5):
Suggested T-Shirt size (S, M, L, XL, Unknown):
The text was updated successfully, but these errors were encountered: