2021-06-09 06:03:31 +02:00
|
|
|
{
|
2024-06-25 20:08:25 +02:00
|
|
|
"metrics": {
|
|
|
|
"flops_any": {
|
|
|
|
"frequency": 15,
|
|
|
|
"aggregation": "sum"
|
2021-08-31 15:17:36 +02:00
|
|
|
},
|
2024-06-25 20:08:25 +02:00
|
|
|
"flops_dp": {
|
|
|
|
"frequency": 15,
|
|
|
|
"aggregation": "sum"
|
2021-09-13 12:28:33 +02:00
|
|
|
},
|
2024-06-25 20:08:25 +02:00
|
|
|
"flops_sp": {
|
|
|
|
"frequency": 15,
|
|
|
|
"aggregation": "sum"
|
2021-09-13 12:28:33 +02:00
|
|
|
},
|
2024-06-25 20:08:25 +02:00
|
|
|
"mem_bw": {
|
|
|
|
"frequency": 15,
|
|
|
|
"aggregation": "sum"
|
2022-02-04 08:46:14 +01:00
|
|
|
},
|
2024-06-25 20:08:25 +02:00
|
|
|
"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="
|
2021-06-09 06:03:31 +02:00
|
|
|
}
|