15 lines
341 B
YAML
15 lines
341 B
YAML
# Grafana Dashboard Provisioning Configuration for MEV Bot
|
|
|
|
apiVersion: 1
|
|
|
|
providers:
|
|
- name: 'MEV Bot Dashboards'
|
|
orgId: 1
|
|
folder: ''
|
|
type: file
|
|
disableDeletion: false
|
|
updateIntervalSeconds: 10
|
|
allowUiUpdates: true
|
|
options:
|
|
path: /etc/grafana/provisioning/dashboards
|
|
foldersFromFilesStructure: true |