Merge pull request #2771 from Stono/master

Grafana Dashboard
This commit is contained in:
k8s-ci-robot 2018-07-14 15:11:56 -07:00 committed by GitHub
commit 9b6d230d05
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 1233 additions and 0 deletions

View 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:
![Dashboard](screenshot.png)
## 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

File diff suppressed because it is too large Load diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 606 KiB