From 618ab3778b056731369a56cbf1ca3ab324377552 Mon Sep 17 00:00:00 2001 From: Michel Hollands Date: Tue, 14 May 2024 10:31:11 +0100 Subject: [PATCH] Add kube-state-metrics documentation Signed-off-by: Michel Hollands --- docs/installation.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/installation.md b/docs/installation.md index 3f0ba64..ff1742b 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -194,4 +194,8 @@ For each of the dashboard files in charts/meta-monitoring/src/dashboards folder ## Configure external access using an Ingress in local mode -When using local mode by default a Kubernetes [Ingress](https://kubernetes.io/docs/concepts/services-networking/ingress/) object is created to access the Grafana instance. This will need to be adapted to your cloud provider by updating the `grafana.ingress` section of the `values.yaml` file provided to Helm. Check the documentation of your cloud provider for available options. \ No newline at end of file +When using local mode by default a Kubernetes [Ingress](https://kubernetes.io/docs/concepts/services-networking/ingress/) object is created to access the Grafana instance. This will need to be adapted to your cloud provider by updating the `grafana.ingress` section of the `values.yaml` file provided to Helm. Check the documentation of your cloud provider for available options. + +## Kube-state-metrics + +Metrics about Kubernetes objects are scraped from [kube-state-metrics](https://github.com/kubernetes/kube-state-metrics). This needs to be installed in the cluster. The `kubeStateMetrics.endpoint` entry in values.yaml should be set to it's address (without the `/metrics` part in the URL).