Functionality to configure resampling

This commit is contained in:
Aditya Ujeniya
2025-12-12 14:51:01 +01:00
parent f13be109c2
commit fed62b6c45
5 changed files with 24 additions and 14 deletions

View File

@@ -32,11 +32,10 @@ const configString = `
"addr": "127.0.0.1:8080",
"short-running-jobs-duration": 300,
"resampling": {
"trigger": 30,
"minimumPoints": 600,
"trigger": 180,
"resolutions": [
600,
300,
120,
240,
60
]
},