From 1cb52d24d619b5f8b0fb480c8e0526f5192de1bc Mon Sep 17 00:00:00 2001 From: Karl Stoney Date: Wed, 11 Jul 2018 14:34:05 +0100 Subject: [PATCH] Added a README for grafana dashboard --- deploy/grafana/dashboards/README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 deploy/grafana/dashboards/README.md diff --git a/deploy/grafana/dashboards/README.md b/deploy/grafana/dashboards/README.md new file mode 100644 index 000000000..a4b9fb277 --- /dev/null +++ b/deploy/grafana/dashboards/README.md @@ -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 \ No newline at end of file