mirror of
https://github.com/ClusterCockpit/cc-metric-store.git
synced 2024-11-10 05:07:25 +01:00
46 lines
879 B
JSON
46 lines
879 B
JSON
{
|
|
"metrics": {
|
|
"flops_any": {
|
|
"frequency": 15,
|
|
"aggregation": "sum"
|
|
},
|
|
"flops_dp": {
|
|
"frequency": 15,
|
|
"aggregation": "sum"
|
|
},
|
|
"flops_sp": {
|
|
"frequency": 15,
|
|
"aggregation": "sum"
|
|
},
|
|
"mem_bw": {
|
|
"frequency": 15,
|
|
"aggregation": "sum"
|
|
},
|
|
"load_one": {
|
|
"frequency": 15,
|
|
"aggregation": null
|
|
},
|
|
"load_five": {
|
|
"frequency": 15,
|
|
"aggregation": null
|
|
}
|
|
},
|
|
"checkpoints": {
|
|
"interval": "12h",
|
|
"directory": "./var/checkpoints",
|
|
"restore": "48h"
|
|
},
|
|
"archive": {
|
|
"interval": "168h",
|
|
"directory": "./var/archive"
|
|
},
|
|
"http-api": {
|
|
"address": "127.0.0.1:8081",
|
|
"https-cert-file": null,
|
|
"https-key-file": null
|
|
},
|
|
"retention-in-memory": "48h",
|
|
"nats": null,
|
|
"jwt-public-key": "kzfYrYy+TzpanWZHJ5qSdMj5uKUWgq74BWhQG6copP0="
|
|
}
|