mirror of
https://github.com/amkartashov/gf-k8s.git
synced 2026-01-11 09:59: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
|
auth_url: https://github.com/login/oauth/authorize
|
||||||
token_url: https://github.com/login/oauth/access_token
|
token_url: https://github.com/login/oauth/access_token
|
||||||
api_url: https://api.github.com/user
|
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:
|
alertmanager:
|
||||||
enabled: false
|
enabled: false
|
||||||
defaultRules:
|
defaultRules:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue