mirror of
https://github.com/amkartashov/gf-k8s.git
synced 2026-01-10 17:39:43 +00:00
monitoring: grafana: add nginx ingress dashboard
This commit is contained in:
parent
8a39bee567
commit
993e5801e1
1 changed files with 18 additions and 0 deletions
|
|
@ -70,6 +70,24 @@ prometheus-operator:
|
|||
auth_url: https://github.com/login/oauth/authorize
|
||||
token_url: https://github.com/login/oauth/access_token
|
||||
api_url: https://api.github.com/user
|
||||
dashboardProviders:
|
||||
dashboardproviders.yaml:
|
||||
apiVersion: 1
|
||||
providers:
|
||||
- name: default
|
||||
folder: ''
|
||||
type: file
|
||||
disableDeletion: false
|
||||
editable: true
|
||||
allowUiUpdates: false
|
||||
options:
|
||||
path: /var/lib/grafana/dashboards/default
|
||||
dashboards:
|
||||
default:
|
||||
nginx-ingress:
|
||||
gnetId: 9614
|
||||
revision: 1
|
||||
datasource: Prometheus
|
||||
alertmanager:
|
||||
enabled: false
|
||||
defaultRules:
|
||||
|
|
|
|||
Loading…
Reference in a new issue