mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-24 09:48:30 +02:00
feat: grafana - add kubevirt dashbaords
This commit is contained in:
@@ -20,24 +20,6 @@ providers:
|
|||||||
allowUiUpdates: false
|
allowUiUpdates: false
|
||||||
options:
|
options:
|
||||||
# <string, required> path to dashboard files on disk. Required when using the 'file' type
|
# <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
|
# <bool> use folder names from filesystem to create folders in Grafana
|
||||||
foldersFromFilesStructure: true
|
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
|
|
||||||
|
|||||||
@@ -12,3 +12,7 @@
|
|||||||
## Istio
|
## Istio
|
||||||
|
|
||||||
1. https://github.com/istio/istio/tree/1.23.0/manifests/addons/dashboards
|
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
Reference in New Issue
Block a user