kubernetes / kube-state-metrics

Add-on agent to generate and expose cluster-level metrics.
https://kubernetes.io/docs/concepts/cluster-administration/kube-state-metrics/
Apache License 2.0
5.21k stars 1.93k forks source link

Unable to opt in service account metrics with cli #2268

Open tomershafir opened 6 months ago

tomershafir commented 6 months ago

What happened: I want to opt in service account metrics, its not clear from the docs how to use the cli option, it didnt work for me.

What you expected to happen: Service account metrics will be exported

How to reproduce it (as minimally and precisely as possible): Both of the following didnt work: 1.

extraArgs:
  - --metric-opt-in-list=serviceaccounts=[*]

2.

extraArgs:
  - --metric-opt-in-list=kube_serviceaccount_info

Environment:

logicalhan commented 6 months ago

/triage accepted /kind support /assign @dgrisonnet