kube_pod_scheduler
and kube_pod_service_account
should not be separate metrics
#2549
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.
What would you like to be added:
kube_pod_scheduler
andkube_pod_service_account
should not be separate metrics, they should each be labels of the_info
metric.Why is this needed:
There is no cardinality increase by adding labels that will never change over the pod's lifetime, however, having both of these metrics separately, causes a cardinality increase by the number of pods (2x of course since they are two metrics).
Describe the solution you'd like
Add scheduler and service account to the info metric.
Additional context
n/a
The text was updated successfully, but these errors were encountered: