kube-state-metrics
- Canonical Kubernetes
Channel | Revision | Published | Runs on |
---|---|---|---|
latest/stable | 20 | 04 Sep 2024 | |
latest/candidate | 18 | 15 Apr 2024 | |
latest/beta | 20 | 14 Aug 2024 | |
latest/edge | 19 | 03 Aug 2024 | |
1.31/stable | 20 | 04 Sep 2024 | |
1.31/beta | 20 | 13 Aug 2024 | |
1.31/edge | 19 | 03 Aug 2024 | |
1.30/stable | 15 | 11 Jul 2024 | |
1.30/beta | 15 | 19 Apr 2024 | |
1.30/edge | 15 | 13 Mar 2024 | |
1.29/stable | 18 | 17 Apr 2024 | |
1.29/candidate | 18 | 15 Apr 2024 | |
1.29/beta | 15 | 17 Apr 2024 | |
1.29/edge | 15 | 21 Aug 2023 | |
1.28/stable | 14 | 22 Aug 2023 | |
1.28/beta | 14 | 07 Aug 2023 | |
1.28/edge | 15 | 09 Aug 2023 | |
1.27/stable | 8 | 12 Jun 2023 | |
1.27/candidate | 11 | 10 Apr 2023 | |
1.27/beta | 11 | 10 Apr 2023 | |
1.26/stable | 8 | 27 Feb 2023 | |
1.26/candidate | 8 | 27 Feb 2023 | |
1.26/beta | 9 | 08 Apr 2023 |
juju deploy kube-state-metrics
Deploy Kubernetes operators easily with Juju, the Universal Operator Lifecycle Manager. Need a Kubernetes cluster? Install MicroK8s to create a full CNCF-certified Kubernetes system in under 60 seconds.
Platform:
-
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.