17 lines
403 B
YAML
17 lines
403 B
YAML
|
|
# Grafana datasource provisioning for mt5cli SQLite.
|
||
|
|
#
|
||
|
|
# Requires the frser-sqlite-datasource plugin:
|
||
|
|
# grafana-cli plugins install frser-sqlite-datasource
|
||
|
|
#
|
||
|
|
# Set `path` to the absolute path of your published history.mt5cli.db file.
|
||
|
|
|
||
|
|
apiVersion: 1
|
||
|
|
|
||
|
|
datasources:
|
||
|
|
- name: mt5cli-SQLite
|
||
|
|
type: frser-sqlite-datasource
|
||
|
|
access: proxy
|
||
|
|
isDefault: true
|
||
|
|
jsonData:
|
||
|
|
path: /data/mt5cli.db
|