Adding nginx to grafana.
This commit is contained in:
parent
ae82f6e490
commit
8a3576bca0
1 changed files with 15 additions and 0 deletions
|
@ -138,6 +138,14 @@ spec:
|
|||
editable: true
|
||||
options:
|
||||
path: /var/lib/grafana/dashboards/kubernetes
|
||||
- name: nginx
|
||||
orgId: 1
|
||||
folder: Nginx
|
||||
type: file
|
||||
disableDeletion: false
|
||||
editable: true
|
||||
options:
|
||||
path: /var/lib/grafana/dashboards/nginx
|
||||
dashboards:
|
||||
default:
|
||||
external-dns:
|
||||
|
@ -207,6 +215,13 @@ spec:
|
|||
gnetId: 11454
|
||||
revision: 14
|
||||
datasource: Prometheus
|
||||
nginx:
|
||||
nginx:
|
||||
url: https://raw.githubusercontent.com/kubernetes/ingress-nginx/master/deploy/grafana/dashboards/nginx.json
|
||||
datasource: Prometheus
|
||||
nginx-request-handling-performance:
|
||||
url: https://raw.githubusercontent.com/kubernetes/ingress-nginx/master/deploy/grafana/dashboards/request-handling-performance.json
|
||||
datasource: Prometheus
|
||||
ingress:
|
||||
enabled: true
|
||||
annotations:
|
||||
|
|
Reference in a new issue