github kubernetes/kube-state-metrics v2.10.0
v2.10.0 / 2023-08-31

latest releases: v2.13.0, v2.12.0, v2.11.0...
12 months ago

Note

  • Label and annotation metrics aren't exposed by default anymore to reduce the memory usage of the default configuration of kube-state-metrics. Before this change, they used to only include the name and namespace of the objects which is not relevant to users not opting in these metrics.

Changes

  • [BUGFIX] Log no _info suffix in name only once per reading the configuration for custommetrics by @chrischdi in #2157
  • [BUGFIX] Don't crash on non-existent valueFrom path values by @chihshenghuang in #2140
  • [BUGFIX] Index out of range in metrics_store.SanitizeHeaders by @mrueg in #2166
  • [BUGFIX] Always extract the headers but only write it when we have custommetrics by @chrischdi in #2154
  • [BUGFIX] Add filtering for Lease metrics by @ntoofu in #2122
  • [FEATURE] Implement kube_pod_status_initialized_time by @opeco17 in #2148
  • [FEATURE] Disable labels and annotations metrics when metric-annotations-… by @opeco17 in #2145
  • [FEATURE] Add webhooks client config service metrics by @dgrisonnet in #2114
  • [FEATURE] Support kube_persistentvolumeclaim_deletion_timestamp by @maxime1907 in #2074
  • [FEATURE] Support kube_persistentvolume_deletion_timestamp by @maxime1907 in #2075
  • [FEATURE] Adds new metric kube_pod_service_account by @swarup-stripe in #2096
  • [FEATURE] Add volumemode to PVC info metric by @machadovilaca in #2134
  • [FEATURE] Enable metric-annotations-allowlist and metric-labels-allowlist for ResourceQuota by @opeco17 in #2175
  • [FEATURE] Allow field KV general matching by @rexagod in #2067
  • [FEATURE] Support hot reload for kubeconfig by @opeco17 in #2144
  • [FEATURE] Add support for endpoint topology routing hints by @MarkSRobinson in #2090

New Contributors

Full Changelog: v2.9.2...v2.10.0

Don't miss a new kube-state-metrics release

NewReleases is sending notifications on new releases.