2021-06-09 06:03:31 +02:00
|
|
|
{
|
2021-08-20 11:45:34 +02:00
|
|
|
"metrics": {
|
2021-12-15 09:59:33 +01:00
|
|
|
"load_one": { "frequency": 3, "aggregation": null, "scope": "node" },
|
|
|
|
"load_five": { "frequency": 3, "aggregation": null, "scope": "node" },
|
|
|
|
"load_fifteen": { "frequency": 3, "aggregation": null, "scope": "node" },
|
|
|
|
"proc_run": { "frequency": 3, "aggregation": null, "scope": "node" },
|
|
|
|
"proc_total": { "frequency": 3, "aggregation": null, "scope": "node" },
|
|
|
|
"mem_free": { "frequency": 3, "aggregation": null, "scope": "node" },
|
|
|
|
"mem_cached": { "frequency": 3, "aggregation": null, "scope": "node" },
|
|
|
|
"mem_total": { "frequency": 3, "aggregation": null, "scope": "node" },
|
|
|
|
"swap_total": { "frequency": 3, "aggregation": null, "scope": "node" },
|
|
|
|
"mem_slab": { "frequency": 3, "aggregation": null, "scope": "node" },
|
|
|
|
"mem_buffers": { "frequency": 3, "aggregation": null, "scope": "node" },
|
|
|
|
"mem_sreclaimable": { "frequency": 3, "aggregation": null, "scope": "node" },
|
|
|
|
"mem_available": { "frequency": 3, "aggregation": null, "scope": "node" },
|
|
|
|
"swap_free": { "frequency": 3, "aggregation": null, "scope": "node" },
|
|
|
|
"mem_used": { "frequency": 3, "aggregation": null, "scope": "node" },
|
|
|
|
"cpu_user": { "frequency": 3, "aggregation": "sum", "scope": "cpu" },
|
|
|
|
"cpu_nice": { "frequency": 3, "aggregation": "sum", "scope": "cpu" },
|
|
|
|
"cpu_system": { "frequency": 3, "aggregation": "sum", "scope": "cpu" },
|
|
|
|
"cpu_idle": { "frequency": 3, "aggregation": "sum", "scope": "cpu" },
|
|
|
|
"cpu_iowait": { "frequency": 3, "aggregation": "sum", "scope": "cpu" },
|
|
|
|
"cpu_irq": { "frequency": 3, "aggregation": "sum", "scope": "cpu" },
|
|
|
|
"cpu_softirq": { "frequency": 3, "aggregation": "sum", "scope": "cpu" },
|
|
|
|
"cpu_steal": { "frequency": 3, "aggregation": "sum", "scope": "cpu" },
|
|
|
|
"cpu_guest": { "frequency": 3, "aggregation": "sum", "scope": "cpu" },
|
|
|
|
"cpu_guest_nice": { "frequency": 3, "aggregation": "sum", "scope": "cpu" }
|
2021-08-31 15:17:36 +02:00
|
|
|
},
|
2021-09-13 12:28:33 +02:00
|
|
|
"checkpoints": {
|
2021-12-15 09:59:33 +01:00
|
|
|
"interval": 60,
|
2021-09-13 12:28:33 +02:00
|
|
|
"directory": "./var/checkpoints",
|
2021-12-15 09:59:33 +01:00
|
|
|
"restore": 120
|
2021-09-13 12:28:33 +02:00
|
|
|
},
|
|
|
|
"archive": {
|
2021-12-15 09:59:33 +01:00
|
|
|
"interval": 180,
|
2021-09-13 12:28:33 +02:00
|
|
|
"directory": "./var/archive"
|
|
|
|
},
|
2021-12-15 09:59:33 +01:00
|
|
|
"retention-in-memory": 120,
|
2021-10-19 12:17:16 +02:00
|
|
|
"http-api-address": "0.0.0.0:8081",
|
|
|
|
"nats": null,
|
2021-09-20 09:27:31 +02:00
|
|
|
"jwt-public-key": "kzfYrYy+TzpanWZHJ5qSdMj5uKUWgq74BWhQG6copP0="
|
2021-06-09 06:03:31 +02:00
|
|
|
}
|