monitoring(grafana): refresh provisioned dashboards
This commit is contained in:
parent
23146aaa8a
commit
a1f6758b95
@ -312,7 +312,7 @@ spec:
|
|||||||
podAnnotations:
|
podAnnotations:
|
||||||
vault.hashicorp.com/agent-inject: "true"
|
vault.hashicorp.com/agent-inject: "true"
|
||||||
vault.hashicorp.com/role: "monitoring"
|
vault.hashicorp.com/role: "monitoring"
|
||||||
monitoring.bstein.dev/restart-rev: "11"
|
monitoring.bstein.dev/restart-rev: "12"
|
||||||
vault.hashicorp.com/agent-inject-secret-grafana-env.sh: "kv/data/atlas/monitoring/grafana-admin"
|
vault.hashicorp.com/agent-inject-secret-grafana-env.sh: "kv/data/atlas/monitoring/grafana-admin"
|
||||||
vault.hashicorp.com/agent-inject-template-grafana-env.sh: |
|
vault.hashicorp.com/agent-inject-template-grafana-env.sh: |
|
||||||
{{ with secret "kv/data/atlas/monitoring/grafana-admin" }}
|
{{ with secret "kv/data/atlas/monitoring/grafana-admin" }}
|
||||||
@ -440,6 +440,7 @@ spec:
|
|||||||
type: file
|
type: file
|
||||||
disableDeletion: false
|
disableDeletion: false
|
||||||
editable: false
|
editable: false
|
||||||
|
updateIntervalSeconds: 10
|
||||||
options:
|
options:
|
||||||
path: /var/lib/grafana/dashboards/overview
|
path: /var/lib/grafana/dashboards/overview
|
||||||
- name: overview-public
|
- name: overview-public
|
||||||
@ -448,6 +449,7 @@ spec:
|
|||||||
type: file
|
type: file
|
||||||
disableDeletion: false
|
disableDeletion: false
|
||||||
editable: false
|
editable: false
|
||||||
|
updateIntervalSeconds: 10
|
||||||
options:
|
options:
|
||||||
path: /var/lib/grafana/dashboards/overview-public
|
path: /var/lib/grafana/dashboards/overview-public
|
||||||
- name: pods
|
- name: pods
|
||||||
@ -456,6 +458,7 @@ spec:
|
|||||||
type: file
|
type: file
|
||||||
disableDeletion: false
|
disableDeletion: false
|
||||||
editable: true
|
editable: true
|
||||||
|
updateIntervalSeconds: 10
|
||||||
options:
|
options:
|
||||||
path: /var/lib/grafana/dashboards/pods
|
path: /var/lib/grafana/dashboards/pods
|
||||||
- name: nodes
|
- name: nodes
|
||||||
@ -464,6 +467,7 @@ spec:
|
|||||||
type: file
|
type: file
|
||||||
disableDeletion: false
|
disableDeletion: false
|
||||||
editable: true
|
editable: true
|
||||||
|
updateIntervalSeconds: 10
|
||||||
options:
|
options:
|
||||||
path: /var/lib/grafana/dashboards/nodes
|
path: /var/lib/grafana/dashboards/nodes
|
||||||
- name: storage
|
- name: storage
|
||||||
@ -472,6 +476,7 @@ spec:
|
|||||||
type: file
|
type: file
|
||||||
disableDeletion: false
|
disableDeletion: false
|
||||||
editable: true
|
editable: true
|
||||||
|
updateIntervalSeconds: 10
|
||||||
options:
|
options:
|
||||||
path: /var/lib/grafana/dashboards/storage
|
path: /var/lib/grafana/dashboards/storage
|
||||||
- name: gpu
|
- name: gpu
|
||||||
@ -480,6 +485,7 @@ spec:
|
|||||||
type: file
|
type: file
|
||||||
disableDeletion: false
|
disableDeletion: false
|
||||||
editable: true
|
editable: true
|
||||||
|
updateIntervalSeconds: 10
|
||||||
options:
|
options:
|
||||||
path: /var/lib/grafana/dashboards/gpu
|
path: /var/lib/grafana/dashboards/gpu
|
||||||
- name: network
|
- name: network
|
||||||
@ -488,6 +494,7 @@ spec:
|
|||||||
type: file
|
type: file
|
||||||
disableDeletion: false
|
disableDeletion: false
|
||||||
editable: true
|
editable: true
|
||||||
|
updateIntervalSeconds: 10
|
||||||
options:
|
options:
|
||||||
path: /var/lib/grafana/dashboards/network
|
path: /var/lib/grafana/dashboards/network
|
||||||
- name: mail
|
- name: mail
|
||||||
@ -496,6 +503,7 @@ spec:
|
|||||||
type: file
|
type: file
|
||||||
disableDeletion: false
|
disableDeletion: false
|
||||||
editable: true
|
editable: true
|
||||||
|
updateIntervalSeconds: 10
|
||||||
options:
|
options:
|
||||||
path: /var/lib/grafana/dashboards/mail
|
path: /var/lib/grafana/dashboards/mail
|
||||||
- name: jobs
|
- name: jobs
|
||||||
@ -504,6 +512,7 @@ spec:
|
|||||||
type: file
|
type: file
|
||||||
disableDeletion: false
|
disableDeletion: false
|
||||||
editable: true
|
editable: true
|
||||||
|
updateIntervalSeconds: 10
|
||||||
options:
|
options:
|
||||||
path: /var/lib/grafana/dashboards/jobs
|
path: /var/lib/grafana/dashboards/jobs
|
||||||
- name: testing
|
- name: testing
|
||||||
@ -512,6 +521,7 @@ spec:
|
|||||||
type: file
|
type: file
|
||||||
disableDeletion: false
|
disableDeletion: false
|
||||||
editable: true
|
editable: true
|
||||||
|
updateIntervalSeconds: 10
|
||||||
options:
|
options:
|
||||||
path: /var/lib/grafana/dashboards/testing
|
path: /var/lib/grafana/dashboards/testing
|
||||||
- name: power
|
- name: power
|
||||||
@ -520,6 +530,7 @@ spec:
|
|||||||
type: file
|
type: file
|
||||||
disableDeletion: false
|
disableDeletion: false
|
||||||
editable: true
|
editable: true
|
||||||
|
updateIntervalSeconds: 10
|
||||||
options:
|
options:
|
||||||
path: /var/lib/grafana/dashboards/power
|
path: /var/lib/grafana/dashboards/power
|
||||||
dashboardsConfigMaps:
|
dashboardsConfigMaps:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user