cc-metric-store/config.json
2022-02-04 08:46:14 +01:00

27 lines
892 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"
},
"http-api": {
"address": "0.0.0.0:8081",
"https-cert-file": null,
"https-key-file": null
},
"retention-in-memory": "48h",
"nats": null,
"jwt-public-key": "kzfYrYy+TzpanWZHJ5qSdMj5uKUWgq74BWhQG6copP0="
}