Merge branch 'Refactor-job-footprint' of https://github.com/ClusterCockpit/cc-backend into Refactor-job-footprint

This commit is contained in:
Christoph Kluge
2024-07-11 17:33:21 +02:00
10 changed files with 497 additions and 2120 deletions

View File

@@ -105,6 +105,7 @@ type MetricConfig {
normal: Float
caution: Float!
alert: Float!
lowerIsBetter: Boolean
subClusters: [SubClusterConfig!]!
}