Commit graph

9 commits

Author SHA1 Message Date
Zadkiel Aharonian
101ab06010
fix(grafana-dashboard): remove hardcoded namespace references (#9523) 2023-01-19 06:36:38 -08:00
Michael Weibel
02cfcff81e
remove hardcoded datasource from grafana dashboard (#9284) 2022-11-22 05:56:15 -08:00
SaurabhGarg1
6d4ba5f260
This PR address #8408 (#8586)
It adds description to the `Ingress Percentile Response Times and Transfer Rates` view, so that user knows that this latency data is independant of dashboard time range.

This PR also adds two new panel about the latency, where one shows latency as a timeseries graph and other shows heatmap of the latency distribution.
2022-05-16 06:24:17 -07:00
Shan Mahanama
698cdd668e
Update Ingress variable label
Update the label `controller` to `controller_pod`.
2021-02-27 13:00:22 +08:00
Shubham Bhattar
117cb3b6d8
Dashboard supposed to show average is showing sum. 2021-01-14 17:21:02 +05:30
ml-
29a170617f Fix sum of nginx process connections
nginx_ingress_controller_nginx_process_connections returns four elements
for each pod, one for each "state" (active, reading, waiting, writing).

The value of the element with state "active" is the sum of the other
three elements of other states:

active = reading + waiting + writing

So sum() returns a value that is 2x of the actual amount of connections.
To fix this we simply select elements with state "active".
2020-11-16 18:43:09 +01:00
Paul Voss
f5a02c1452
Add a datasource variable $DS_PROMETHEUS 2019-11-30 14:04:39 +01:00
Guillaume Gelin
9915a1032f Show current reloads count, not total 2019-09-05 15:03:40 +02:00
Raul Gonzales
9694ab6121
Rename nginx.yaml to nginx.json 2018-12-14 11:39:12 +00:00
Renamed from deploy/grafana/dashboards/nginx.yaml (Browse further)