-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2771 from Stono/master
Grafana Dashboard
- Loading branch information
Showing
3 changed files
with
1,233 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Oops, something went wrong.