change deprecated defaultMetrics loader to new confkey

- see PR #333
This commit is contained in:
Christoph Kluge
2025-10-08 18:24:41 +02:00
parent e296cd7ca0
commit 471ec1cd2e
3 changed files with 6 additions and 13 deletions

View File

@@ -1,12 +0,0 @@
{
"clusters": [
{
"name": "fritz",
"default_metrics": "cpu_load, flops_any, core_power, lustre_open, mem_used, mem_bw, net_bytes_in"
},
{
"name": "alex",
"default_metrics": "flops_any, mem_bw, mem_used, vectorization_ratio"
}
]
}