Skip to content

NGINX VTS Metrics

Carlo edited this page May 31, 2018 · 2 revisions

To view nginx metrics, you'll need to forward port 18080

kubectl port-forward -n ingress-nginx ${nginx-ingress-controller-POD} 18080

Then you can view the metrics on http://localhost:18080/nginx_status

https://github.com/kubernetes/ingress-nginx/blob/master/docs/examples/customization/custom-vts-metrics-prometheus/README.md

Clone this wiki locally