Update demo config file

This commit is contained in:
Jan Eitzinger 2024-11-14 19:10:55 +01:00
parent ff37f71fdb
commit 92ec64d80f
Signed by: moebiusband
GPG Key ID: 2574BA29B90D6DD5

View File

@ -1,56 +1,67 @@
{ {
"addr": "127.0.0.1:8080", "addr": "127.0.0.1:8080",
"archive": { "short-running-jobs-duration": 300,
"kind": "file", "archive": {
"path": "./var/job-archive" "kind": "file",
}, "path": "./var/job-archive"
"jwts": { },
"max-age": "2000h" "jwts": {
}, "max-age": "2000h"
"clusters": [ },
{ "enable-resampling": {
"name": "fritz", "trigger": 30,
"metricDataRepository": { "resolutions": [
"kind": "cc-metric-store", 600,
"url": "http://localhost:8082", 300,
"token": "" 120,
}, 60
"filterRanges": {
"numNodes": {
"from": 1,
"to": 64
},
"duration": {
"from": 0,
"to": 86400
},
"startTime": {
"from": "2022-01-01T00:00:00Z",
"to": null
}
}
},
{
"name": "alex",
"metricDataRepository": {
"kind": "cc-metric-store",
"url": "http://localhost:8082",
"token": ""
},
"filterRanges": {
"numNodes": {
"from": 1,
"to": 64
},
"duration": {
"from": 0,
"to": 86400
},
"startTime": {
"from": "2022-01-01T00:00:00Z",
"to": null
}
}
}
] ]
},
"emission-constant": 317,
"clusters": [
{
"name": "fritz",
"metricDataRepository": {
"kind": "cc-metric-store",
"url": "http://localhost:8082",
"token": ""
},
"filterRanges": {
"numNodes": {
"from": 1,
"to": 64
},
"duration": {
"from": 0,
"to": 86400
},
"startTime": {
"from": "2022-01-01T00:00:00Z",
"to": null
}
}
},
{
"name": "alex",
"metricDataRepository": {
"kind": "cc-metric-store",
"url": "http://localhost:8082",
"token": ""
},
"filterRanges": {
"numNodes": {
"from": 1,
"to": 64
},
"duration": {
"from": 0,
"to": 86400
},
"startTime": {
"from": "2022-01-01T00:00:00Z",
"to": null
}
}
}
]
} }