From 45b82b8a32df70836fc420f6b6be764eede18e02 Mon Sep 17 00:00:00 2001 From: Dominik Chilla Date: Sat, 29 Oct 2022 12:24:36 +0200 Subject: [PATCH] nginx metrics + dashboards --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 03d8cbb..26d7f44 100644 --- a/README.md +++ b/README.md @@ -611,8 +611,9 @@ kubectl -n monitoring port-forward service/prom-stack-grafana 8080:80 ``` ## Metrics/Dashboard for Nginx ingress controller -If you want to monitor the NGINX ingress-controller as well, you´ll have to redeploy the nginx-ingress helm chart as follows: +Docs: https://kubernetes.github.io/ingress-nginx/user-guide/monitoring/#prometheus-and-grafana-installation-using-service-monitors +If you want to monitor the NGINX ingress-controller as well, you´ll have to redeploy the nginx-ingress helm chart as follows: ``` helm -n ingress-nginx upgrade ingress-nginx ingress-nginx/ingress-nginx \ --set controller.metrics.enabled=true \