feat: grafana - add kubevirt dashbaords

This commit is contained in:
Ryan Yin
2024-08-26 17:05:02 +08:00
parent 831fb2dd82
commit 482e88613d
3 changed files with 5201 additions and 19 deletions
+1 -19
View File
@@ -20,24 +20,6 @@ providers:
allowUiUpdates: false
options:
# <string, required> path to dashboard files on disk. Required when using the 'file' type
path: /etc/grafana/dashboards/homelab/
path: /etc/grafana/dashboards/
# <bool> use folder names from filesystem to create folders in Grafana
foldersFromFilesStructure: true
- name: "Kubernetes"
orgId: 1
type: file
disableDeletion: true
updateIntervalSeconds: 20
allowUiUpdates: false
options:
path: /etc/grafana/dashboards/kubernetes/
foldersFromFilesStructure: true
- name: "Istio"
orgId: 1
type: file
disableDeletion: true
updateIntervalSeconds: 20
allowUiUpdates: false
options:
path: /etc/grafana/dashboards/istio/
foldersFromFilesStructure: true