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

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

View File

@@ -12,3 +12,7 @@
## Istio
1. https://github.com/istio/istio/tree/1.23.0/manifests/addons/dashboards
## Kubevirt
1. https://github.com/kubevirt/monitoring/tree/main/dashboards/grafana

File diff suppressed because it is too large Load Diff