ingress-nginx-helm/deploy/grafana/dashboards/README.md

20 lines
782 B
Markdown
Raw Normal View History

2018-07-11 13:34:05 +00: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](screenshot.png)
## Features
- Ability to filter by Namespace, Controller Class and Controller
2018-11-02 07:31:54 +00:00
- Visibility of Request Volume, connections, success rates, config reloads and configs out of sync.
2018-07-11 13:34:05 +00:00
- Network IO pressure, memory and CPU use
- Ingress P50, P95 and P99 percentile response times with IN/OUT throughput
- SSL certificate expiry
2018-08-03 08:02:15 +00:00
- Annotational overlays to show when config reloads happened
## Requirements
- **Grafana v5.2.0** (or newer)