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
Hi,
I am trying to get all kube-state-metrics but specifying metricLabelsAllowlist: [pods=[*], namespaces=[*]] doesn't seem to be doing anything. I was able to partially fix it by using metricsTuning and listing metrics which I was able to identify missing but that is not robust solution as I don't know what else is missing. For example kube_namespace_labels only starter to show up once I added it in metricsTuning. I would like to get all kube-state-metrics scraped but not sure how to configure it. Here is the config I am trying:
The text was updated successfully, but these errors were encountered:
cxk314
changed the title
metricLabelsAllowlist for kube-state-metrics not working in k8s-monitoring-helm v2
v2: metricLabelsAllowlist for kube-state-metrics not working in k8s-monitoring-helm
Dec 27, 2024
Hi,
I am trying to get all kube-state-metrics but specifying
metricLabelsAllowlist: [pods=[*], namespaces=[*]]
doesn't seem to be doing anything. I was able to partially fix it by usingmetricsTuning
and listing metrics which I was able to identify missing but that is not robust solution as I don't know what else is missing. For examplekube_namespace_labels
only starter to show up once I added it inmetricsTuning
. I would like to get all kube-state-metrics scraped but not sure how to configure it. Here is the config I am trying:The text was updated successfully, but these errors were encountered: