Add monitoring on queries with sentry alert + Fix check position list in db for backtest
This commit is contained in:
@@ -84,6 +84,20 @@
|
||||
"WorkerBundleBacktest": false,
|
||||
"WorkerBalancesTracking": false,
|
||||
"WorkerNotifyBundleBacktest": false,
|
||||
"AdminUsers": "",
|
||||
"AllowedHosts": "*"
|
||||
"SqlMonitoring": {
|
||||
"Enabled": true,
|
||||
"LoggingEnabled": true,
|
||||
"SentryEnabled": true,
|
||||
"LoopDetectionEnabled": true,
|
||||
"PerformanceMonitoringEnabled": true,
|
||||
"LoopDetectionWindowSeconds": 60,
|
||||
"MaxQueryExecutionsPesrWindow": 100,
|
||||
"MaxMethodExecutionsPerWindow": 50,
|
||||
"LongRunningQueryThresholdMs": 1000,
|
||||
"SentryAlertThreshold": 5,
|
||||
"SlowQueryThresholdMs": 2000,
|
||||
"LogSlowQueriesOnly": false,
|
||||
"LogErrorsOnly": false,
|
||||
"DataRetentionMinutes": 30
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user