mirror of
https://github.com/ClusterCockpit/cc-metric-store.git
synced 2024-11-10 05:07:25 +01:00
24 lines
661 B
JSON
24 lines
661 B
JSON
{
|
|
"metrics": {
|
|
"cpi": { "frequency": 15, "aggregation": "avg" },
|
|
"flops_any": { "frequency": 15, "aggregation": "sum" },
|
|
"flops_dp": { "frequency": 15, "aggregation": "sum" },
|
|
"flops_sp": { "frequency": 15, "aggregation": "sum" }
|
|
},
|
|
"checkpoints": {
|
|
"interval": "12h",
|
|
"directory": "./testdata/checkpoints",
|
|
"restore": "48h"
|
|
},
|
|
"archive": {
|
|
"interval": "168h",
|
|
"directory": "./testdata/archive"
|
|
},
|
|
"http-api": {
|
|
"address": "127.0.0.1:8081",
|
|
"https-cert-file": null,
|
|
"https-key-file": null
|
|
},
|
|
"retention-in-memory": "48h"
|
|
}
|