kube-state-metrics

  • By Canonical Kubernetes
Channel Revision Published Runs on
latest/stable 18 17 Apr 2024
Ubuntu 22.04 Ubuntu 20.04
latest/candidate 18 15 Apr 2024
Ubuntu 22.04 Ubuntu 20.04
latest/beta 15 17 Apr 2024
Ubuntu 22.04 Ubuntu 20.04
latest/edge 15 09 Aug 2023
Ubuntu 22.04 Ubuntu 20.04
1.30/beta 15 19 Apr 2024
Ubuntu 22.04 Ubuntu 20.04
1.30/edge 15 13 Mar 2024
Ubuntu 22.04 Ubuntu 20.04
1.29/stable 18 17 Apr 2024
Ubuntu 22.04 Ubuntu 20.04
1.29/candidate 18 15 Apr 2024
Ubuntu 22.04 Ubuntu 20.04
1.29/beta 15 17 Apr 2024
Ubuntu 22.04 Ubuntu 20.04
1.29/edge 15 21 Aug 2023
Ubuntu 22.04 Ubuntu 20.04
1.28/stable 14 22 Aug 2023
Ubuntu 22.04 Ubuntu 20.04
1.28/beta 14 07 Aug 2023
Ubuntu 22.04 Ubuntu 20.04
1.28/edge 15 09 Aug 2023
Ubuntu 22.04 Ubuntu 20.04
1.27/stable 8 12 Jun 2023
Ubuntu 22.04 Ubuntu 20.04
1.27/candidate 11 10 Apr 2023
Ubuntu 22.04 Ubuntu 20.04
1.27/beta 11 10 Apr 2023
Ubuntu 22.04 Ubuntu 20.04
1.26/stable 8 27 Feb 2023
Ubuntu 22.04 Ubuntu 20.04
1.26/candidate 8 27 Feb 2023
Ubuntu 22.04 Ubuntu 20.04
1.26/beta 9 08 Apr 2023
Ubuntu 22.04 Ubuntu 20.04
juju deploy kube-state-metrics
Show information

Platform:

Learn about configurations >

  • metric-allowlist | string

    Comma-separated list of metrics to be exposed. This list comprises of exact metric names and/or regex patterns. The allowlist and denylist are mutually exclusive.

  • metric-denylist | string

    Comma-separated list of metrics not to be enabled. This list comprises of exact metric names and/or regex patterns. The allowlist and denylist are mutually exclusive.

  • metric-labels-allowlist | string

    Comma-separated list of additional Kubernetes label keys that will be used in the resource' labels metric. By default the metric contains only name and namespace labels. To include additional labels provide a list of resource names in their plural form and Kubernetes label keys you would like to allow for them (e.g., '=namespaces=[k8s-label-1,k8s-label-n,...],pods=[app],...'). A single '*' can be provided per resource instead to allow any labels, but that has severe performance implications (e.g., '=pods=[*]').

  • namespaces | string

    Comma-separated list of namespaces to limit monitoring to.

  • resources | string

    Comma-separated list of Resources to override the default set of Resources to monitor.

  • scrape-interval | string

    Default: 1m

    Prometheus configuration for scrape interval of this charm.