feat(hub): dashboards Grafana as-code (overview + node detail) + provisioning yaml + deploy_agent.sh

This commit is contained in:
Egutierrez
2026-06-07 12:54:39 +02:00
parent 527742b7c5
commit e87069d366
5 changed files with 390 additions and 0 deletions
@@ -0,0 +1,13 @@
apiVersion: 1
providers:
- name: fleet
orgId: 1
folder: Fleet
type: file
disableDeletion: false
updateIntervalSeconds: 30
allowUiUpdates: true
options:
path: /var/lib/grafana/dashboards
foldersFromFilesStructure: false
@@ -0,0 +1,11 @@
apiVersion: 1
datasources:
- name: VictoriaMetrics
uid: victoriametrics
type: prometheus
access: proxy
url: http://127.0.0.1:8428
isDefault: true
jsonData:
httpMethod: POST