Add monitoring on queries with sentry alert + Fix check position list in db for backtest

This commit is contained in:
2025-10-10 00:15:02 +07:00
parent ffb98fe359
commit e4c2f8b7a5
24 changed files with 3340 additions and 179 deletions

View File

@@ -35,6 +35,13 @@
"ElasticConfiguration": {
"Uri": "http://elasticsearch:9200"
},
"SqlMonitoring": {
"Enabled": true,
"LoggingEnabled": true,
"SentryEnabled": true,
"LoopDetectionEnabled": true,
"LogSlowQueriesOnly": false
},
"RunOrleansGrains": true,
"AllowedHosts": "*"
}