Added klines, liquidations, tickers and trades to be recorded. Bundled the stats as cli argument.
This commit is contained in:
+38
-2
@@ -8,5 +8,41 @@
|
||||
"writer_flush_interval_ms": 500,
|
||||
"writer_batch_size": 100,
|
||||
"tick_channel_buffer": 10000,
|
||||
"maintenance_interval_minutes": 60
|
||||
}
|
||||
"maintenance_interval_minutes": 60,
|
||||
"streams": {
|
||||
"trades": {
|
||||
"enabled": true,
|
||||
"hot_retention_hours": 12,
|
||||
"feature_retention_days": 30
|
||||
},
|
||||
"ticker": {
|
||||
"enabled": true,
|
||||
"hot_retention_hours": 24,
|
||||
"feature_retention_days": 30,
|
||||
"snapshot_interval_ms": 5000
|
||||
},
|
||||
"klines": {
|
||||
"enabled": true,
|
||||
"intervals": [
|
||||
"5",
|
||||
"15",
|
||||
"60"
|
||||
],
|
||||
"short_retention_hours": 24,
|
||||
"long_retention_weeks": 4,
|
||||
"feature_retention_days": 30
|
||||
},
|
||||
"orderbook": {
|
||||
"enabled": true,
|
||||
"depth": 50,
|
||||
"snapshot_interval_ms": 5000,
|
||||
"hot_retention_hours": 6,
|
||||
"feature_retention_days": 30
|
||||
},
|
||||
"liquidations": {
|
||||
"enabled": true,
|
||||
"hot_retention_hours": 12,
|
||||
"feature_retention_days": 30
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user