cc-metric-store/config.json

24 lines
661 B
JSON
Raw Normal View History

2021-06-09 06:03:31 +02:00
{
2021-08-20 11:45:34 +02:00
"metrics": {
2023-08-22 17:05:23 +02:00
"cpi": { "frequency": 15, "aggregation": "avg" },
2022-02-21 10:00:29 +01:00
"flops_any": { "frequency": 15, "aggregation": "sum" },
"flops_dp": { "frequency": 15, "aggregation": "sum" },
2023-08-22 17:05:23 +02:00
"flops_sp": { "frequency": 15, "aggregation": "sum" }
},
"checkpoints": {
"interval": "12h",
2023-08-22 17:05:23 +02:00
"directory": "./testdata/checkpoints",
"restore": "48h"
},
"archive": {
"interval": "168h",
2023-08-22 17:05:23 +02:00
"directory": "./testdata/archive"
},
"http-api": {
2023-08-22 17:05:23 +02:00
"address": "127.0.0.1:8081",
"https-cert-file": null,
"https-key-file": null
},
2023-08-22 17:05:23 +02:00
"retention-in-memory": "48h"
2021-06-09 06:03:31 +02:00
}