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-07 09:28:41 +02:00
|
|
|
"retention-hours": 20,
|
2021-08-31 15:17:36 +02:00
|
|
|
"restore-last-hours": 20,
|
2021-09-07 09:28:41 +02:00
|
|
|
"checkpoint-interval-hours": 10,
|
2021-08-31 15:17:36 +02:00
|
|
|
"archive-root": "./archive",
|
|
|
|
"nats": "nats://localhost:4222"
|
2021-06-09 06:03:31 +02:00
|
|
|
}
|