feature: Trend Detection & Alert Suppression Windows
This commit is contained in:
@@ -78,5 +78,20 @@
|
||||
"DataLake": {
|
||||
"FlushCount": 1000,
|
||||
"FlushIntervalSeconds": 300
|
||||
},
|
||||
"TrendDetection": {
|
||||
"WindowMinutes": 30,
|
||||
"MaxHistoryEntries": 10,
|
||||
"HistoryTtlSeconds": 7200,
|
||||
"RateThresholdsPerMinute": {
|
||||
"HEART_RATE": 0.5,
|
||||
"RESP_RATE": 0.3,
|
||||
"SYSTOLIC_BP": 1.0,
|
||||
"TEMP_C": 0.05,
|
||||
"SPO2": 0.2
|
||||
}
|
||||
},
|
||||
"AlertSuppression": {
|
||||
"DefaultWindowMinutes": 30
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user