mirror of
https://github.com/ClusterCockpit/cc-metric-store.git
synced 2024-11-10 05:07:25 +01:00
27a5c0b561
This commit takes care of the API part of issue #6.
29 lines
1.3 KiB
JSON
29 lines
1.3 KiB
JSON
{
|
|
"metrics": {
|
|
"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" },
|
|
"power": { "frequency": 3, "aggregation": "sum", "scope": "socket" },
|
|
"mem_bw": { "frequency": 3, "aggregation": "sum", "scope": "socket" },
|
|
"flops_sp": { "frequency": 3, "aggregation": "sum", "scope": "cpu" },
|
|
"flops_dp": { "frequency": 3, "aggregation": "sum", "scope": "cpu" },
|
|
"flops_any": { "frequency": 3, "aggregation": "sum", "scope": "cpu" },
|
|
"clock": { "frequency": 3, "aggregation": "avg", "scope": "cpu" },
|
|
"cpi": { "frequency": 3, "aggregation": "avg", "scope": "cpu" }
|
|
},
|
|
"checkpoints": {
|
|
"interval": 21600,
|
|
"directory": "./var/checkpoints",
|
|
"restore": 43200
|
|
},
|
|
"archive": {
|
|
"interval": 86400,
|
|
"directory": "./var/archive"
|
|
},
|
|
"retention-in-memory": 86400,
|
|
"nats": "nats://localhost:4222",
|
|
"jwt-public-key": "kzfYrYy+TzpanWZHJ5qSdMj5uKUWgq74BWhQG6copP0="
|
|
}
|