cc-metric-store/config.json
2022-01-31 10:52:30 +01:00

23 lines
808 B
JSON

{
"metrics": {
"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" }
},
"checkpoints": {
"interval": "12h",
"directory": "./var/checkpoints",
"restore": "48h"
},
"archive": {
"interval": "168h",
"directory": "./var/archive"
},
"retention-in-memory": "48h",
"http-api-address": "0.0.0.0:8081",
"nats": null,
"jwt-public-key": "kzfYrYy+TzpanWZHJ5qSdMj5uKUWgq74BWhQG6copP0="
}