mirror of
https://git.wownero.com/lza_menace/totrader.git
synced 2024-08-15 00:33:13 +00:00
make improvements to dashboards and logic of trading script
This commit is contained in:
parent
e121cc8920
commit
2c1d398465
14 changed files with 3999 additions and 2171 deletions
12
grafana/provisioning/dashboards/all.yaml
Normal file
12
grafana/provisioning/dashboards/all.yaml
Normal file
|
@ -0,0 +1,12 @@
|
|||
apiVersion: 1
|
||||
|
||||
providers:
|
||||
- name: 'fs'
|
||||
orgId: 1
|
||||
folder: ''
|
||||
type: 'file'
|
||||
updateIntervalSeconds: 30
|
||||
allowUiUpdates: true
|
||||
options:
|
||||
path: '/var/lib/grafana/dashboards'
|
||||
foldersFromFilesStructure: true
|
17
grafana/provisioning/datasources/all.yaml
Normal file
17
grafana/provisioning/datasources/all.yaml
Normal file
|
@ -0,0 +1,17 @@
|
|||
apiVersion: 1
|
||||
|
||||
datasources:
|
||||
- name: postgres
|
||||
type: postgres
|
||||
url: trader_postgres:5432
|
||||
database: trader
|
||||
user: trader
|
||||
secureJsonData:
|
||||
password: "trader"
|
||||
jsonData:
|
||||
sslmode: "disable"
|
||||
maxOpenConns: 0
|
||||
maxIdleConns: 2
|
||||
connMaxLifetime: 14400
|
||||
postgresVersion: 906
|
||||
timescaledb: false
|
Loading…
Add table
Add a link
Reference in a new issue