OKX exchange prometheus exporter
make buildCreate config and use
dist/<OS>/cmdOr use with commandline options:
dist/<OS>/cmd -host 0.0.0.0 -port 9100 -ws_host wspri.okx.com:8443Create new revision:
migrate create -ext sql -dir db/migrations -seq <revision name>Apply migrations:
migrate -database 'clickhouse://localhost:9000/?database=default&username=default&password=default&x-multi-statement=true' -path db/migrations up