Add LowerIsBetter Metric boolean. Upgrade dependencies.

This commit is contained in:
2024-07-11 16:58:12 +02:00
parent e8e3b1595d
commit b64ce1f67f
9 changed files with 506 additions and 2131 deletions

View File

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