mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-26 13:40:05 +00:00
24 lines
832 B
YAML
24 lines
832 B
YAML
apiVersion: 1
|
|
|
|
providers:
|
|
# <string> an unique provider name
|
|
- name: 'turbo_geth'
|
|
# <int> org id. will default to orgId 1 if not specified
|
|
orgId: 1
|
|
# <string, required> name of the dashboard folder. Required
|
|
folder: ''
|
|
# <string> folder UID. will be automatically generated if not specified
|
|
folderUid: ''
|
|
# <string, required> provider type. Required
|
|
type: file
|
|
# <bool> disable dashboard deletion
|
|
disableDeletion: false
|
|
# <bool> enable dashboard editing
|
|
editable: true
|
|
# <int> how often Grafana will scan for changed dashboards
|
|
updateIntervalSeconds: 10
|
|
# <bool> allow updating provisioned dashboards from the UI
|
|
allowUiUpdates: true
|
|
options:
|
|
# <string, required> path to dashboard files on disk. Required
|
|
path: /etc/grafana/provisioning/dashboards |