nginx metrics + dashboards
This commit is contained in:
parent
8e4d3eab28
commit
45b82b8a32
@ -611,8 +611,9 @@ kubectl -n monitoring port-forward service/prom-stack-grafana 8080:80
|
|||||||
```
|
```
|
||||||
|
|
||||||
## Metrics/Dashboard for Nginx ingress controller <a name="user-content-prometheus-nginx-ingress"></a>
|
## Metrics/Dashboard for Nginx ingress controller <a name="user-content-prometheus-nginx-ingress"></a>
|
||||||
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 \
|
helm -n ingress-nginx upgrade ingress-nginx ingress-nginx/ingress-nginx \
|
||||||
--set controller.metrics.enabled=true \
|
--set controller.metrics.enabled=true \
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user