Added a README for grafana dashboard
This commit is contained in:
parent
890b526a7a
commit
1cb52d24d6
1 changed files with 15 additions and 0 deletions
15
deploy/grafana/dashboards/README.md
Normal file
15
deploy/grafana/dashboards/README.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
# 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:
|
||||
|
||||

|
||||
|
||||
## Features
|
||||
|
||||
- Ability to filter by Namespace, Controller Class and Controller
|
||||
- Visbility 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
|
Loading…
Reference in a new issue