2021-06-09 06:03:31 +02:00
|
|
|
{
|
2021-08-20 11:45:34 +02:00
|
|
|
"metrics": {
|
2021-08-31 15:17:36 +02:00
|
|
|
"load_one": { "frequency": 3, "aggregation": null, "scope": "node" },
|
|
|
|
"load_five": { "frequency": 3, "aggregation": null, "scope": "node" },
|
|
|
|
"load_fifteen": { "frequency": 3, "aggregation": null, "scope": "node" },
|
|
|
|
"proc_run": { "frequency": 3, "aggregation": null, "scope": "node" },
|
|
|
|
"proc_total": { "frequency": 3, "aggregation": null, "scope": "node" },
|
|
|
|
"power": { "frequency": 3, "aggregation": "sum", "scope": "socket" },
|
|
|
|
"mem_bw": { "frequency": 3, "aggregation": "sum", "scope": "socket" },
|
|
|
|
"flops_sp": { "frequency": 3, "aggregation": "sum", "scope": "cpu" },
|
|
|
|
"flops_dp": { "frequency": 3, "aggregation": "sum", "scope": "cpu" },
|
|
|
|
"flops_any": { "frequency": 3, "aggregation": "sum", "scope": "cpu" },
|
|
|
|
"clock": { "frequency": 3, "aggregation": "avg", "scope": "cpu" },
|
|
|
|
"cpi": { "frequency": 3, "aggregation": "avg", "scope": "cpu" }
|
|
|
|
},
|
2021-09-13 12:28:33 +02:00
|
|
|
"checkpoints": {
|
|
|
|
"interval": 21600,
|
|
|
|
"directory": "./var/checkpoints",
|
|
|
|
"restore": 43200
|
|
|
|
},
|
|
|
|
"archive": {
|
|
|
|
"interval": 86400,
|
|
|
|
"directory": "./var/archive"
|
|
|
|
},
|
|
|
|
"retention-in-memory": 86400,
|
2021-09-20 09:27:31 +02:00
|
|
|
"nats": "nats://localhost:4222",
|
|
|
|
"jwt-public-key": "kzfYrYy+TzpanWZHJ5qSdMj5uKUWgq74BWhQG6copP0="
|
2021-06-09 06:03:31 +02:00
|
|
|
}
|