From 152ade533475b1ae611eeffbd95062a48198f506 Mon Sep 17 00:00:00 2001 From: n888 Date: Tue, 31 Oct 2023 10:34:55 -0700 Subject: [PATCH] fix spacing --- alerts/resource_alerts.libsonnet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alerts/resource_alerts.libsonnet b/alerts/resource_alerts.libsonnet index 5a84078be..f3fc6f2bf 100644 --- a/alerts/resource_alerts.libsonnet +++ b/alerts/resource_alerts.libsonnet @@ -212,7 +212,7 @@ sum(increase(container_cpu_cfs_periods_total{%(cpuThrottlingSelector)s}[5m])) by (%(clusterLabel)s, container, pod, namespace) > ( %(cpuThrottlingPercent)s / 100 ) ||| % $._config, - } + }, ], }, ],