ingress-nginx-helm/deploy/grafana/dashboards
2018-12-14 11:39:12 +00:00
..
nginx.json Rename nginx.yaml to nginx.json 2018-12-14 11:39:12 +00:00
README.md fix typo 2018-11-02 15:31:54 +08:00
screenshot.png Added a screenshot for the NGINX dashboard 2018-07-11 14:31:00 +01:00

Grafana Dashboards

Ingress-nginx supports a rich collection of prometheus metrics. If you have prometheus and grafana installed on your cluster then prometheus will already be scraping this data due to the scrape annotation on the deployment.

This folder contains a dashboard that you can import:

Dashboard

Features

  • Ability to filter by Namespace, Controller Class and Controller
  • Visibility of Request Volume, connections, success rates, config reloads and configs out of sync.
  • Network IO pressure, memory and CPU use
  • Ingress P50, P95 and P99 percentile response times with IN/OUT throughput
  • SSL certificate expiry
  • Annotational overlays to show when config reloads happened

Requirements

  • Grafana v5.2.0 (or newer)