git-subtree-dir: observability git-subtree-mainline:ae1d9bb534git-subtree-split:19e74af9ca
16 lines
476 B
YAML
16 lines
476 B
YAML
# Load any dashboard JSON dropped in /var/lib/grafana/dashboards (mounted from
|
|
# ./grafana/dashboards) at startup, so the fleet overview is version-controlled
|
|
# in this repo rather than hand-built in the UI.
|
|
apiVersion: 1
|
|
|
|
providers:
|
|
- name: thermograph
|
|
orgId: 1
|
|
folder: Thermograph
|
|
type: file
|
|
disableDeletion: false
|
|
editable: true
|
|
updateIntervalSeconds: 30
|
|
options:
|
|
path: /var/lib/grafana/dashboards
|
|
foldersFromFilesStructure: false
|