schedulerName in kube_pod_* metrics group #2207
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
What would you like to be added:
It would be great if we will have schedulerName in exported kube_info_metrics.
Why is this needed:
When we have more than one scheduler in the cluster, we need to aggregate some data by scheduler.
Describe the solution you'd like
It could be a metric called kube_pod_scheduler_name with labels set {pod, namespace, uid, schedulerName (or just name)}. Value can be taken from .spec.schedulerName.
The text was updated successfully, but these errors were encountered: