feat(hub): dashboards Grafana as-code (overview + node detail) + provisioning yaml + deploy_agent.sh
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user