Add karpenter_pods_drained_total
during Node drain
#2021
Labels
good first issue
Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
kind/feature
Categorizes issue or PR as related to a new feature.
priority/important-soon
Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
Description
What problem are you trying to solve?
It's useful to know how many pods are drained by a particular reason in the same way it's useful to know how many Nodes are drained by a particular reason (which we should also consider adding to the Prom metric). We basically need to add a Inc() on this counter metric each time we successfully drain a pod here.
How important is this feature to you?
Would provide more visibility into the number of pods that end up being drained by a particular reason
The text was updated successfully, but these errors were encountered: