Skip to content

Commit

Permalink
Merge pull request #2771 from Stono/master
Browse files Browse the repository at this point in the history
Grafana Dashboard
  • Loading branch information
k8s-ci-robot authored Jul 14, 2018
2 parents 3b947eb + 1cb52d2 commit 9b6d230
Show file tree
Hide file tree
Showing 3 changed files with 1,233 additions and 0 deletions.
15 changes: 15 additions & 0 deletions deploy/grafana/dashboards/README.md
Original file line number Diff line number Diff line change
@@ -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
Loading

0 comments on commit 9b6d230

Please sign in to comment.