2021-06-09 06:03:31 +02:00
|
|
|
{
|
2021-08-20 11:45:34 +02:00
|
|
|
"metrics": {
|
2022-01-31 10:52:30 +01:00
|
|
|
"flops_any": { "frequency": 15, "aggregation": "sum", "scope": "cpu" },
|
|
|
|
"flops_dp": { "frequency": 15, "aggregation": "sum", "scope": "cpu" },
|
|
|
|
"flops_sp": { "frequency": 15, "aggregation": "sum", "scope": "cpu" },
|
|
|
|
"mem_bw": { "frequency": 15, "aggregation": "sum", "scope": "socket" },
|
|
|
|
"load_one": { "frequency": 15, "aggregation": null, "scope": "node" }
|
2021-08-31 15:17:36 +02:00
|
|
|
},
|
2021-09-13 12:28:33 +02:00
|
|
|
"checkpoints": {
|
2022-01-31 10:52:30 +01:00
|
|
|
"interval": "12h",
|
2021-09-13 12:28:33 +02:00
|
|
|
"directory": "./var/checkpoints",
|
2022-01-31 10:52:30 +01:00
|
|
|
"restore": "48h"
|
2021-09-13 12:28:33 +02:00
|
|
|
},
|
|
|
|
"archive": {
|
2022-01-31 10:52:30 +01:00
|
|
|
"interval": "168h",
|
2021-09-13 12:28:33 +02:00
|
|
|
"directory": "./var/archive"
|
|
|
|
},
|
2022-01-31 10:52:30 +01:00
|
|
|
"retention-in-memory": "48h",
|
2021-10-19 12:17:16 +02:00
|
|
|
"http-api-address": "0.0.0.0:8081",
|
|
|
|
"nats": null,
|
2021-09-20 09:27:31 +02:00
|
|
|
"jwt-public-key": "kzfYrYy+TzpanWZHJ5qSdMj5uKUWgq74BWhQG6copP0="
|
2021-06-09 06:03:31 +02:00
|
|
|
}
|