cc-metric-store/config.json

23 lines
808 B
JSON
Raw Normal View History

2021-06-09 06:03:31 +02:00
{
2021-08-20 11:45:34 +02:00
"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="
2021-06-09 06:03:31 +02:00
}