mirror of
https://github.com/ClusterCockpit/cc-metric-store.git
synced 2024-11-10 05:07:25 +01:00
23 lines
808 B
JSON
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="
|
|
}
|