Skip to content

Commit 13a4c2e

Browse files
Update alerts/kube_apiserver.libsonnet
1 parent 9f6803e commit 13a4c2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

alerts/kube_apiserver.libsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ local utils = import '../lib/utils.libsonnet';
8888
{
8989
alert: 'KubeAggregatedAPIErrors',
9090
expr: |||
91-
sum by (%(clusterLabel)s, instance, name, reason)(increase(aggregator_unavailable_apiservice_total{%(kubeApiserverSelector)s}[1m])) > 0
91+
sum by(%(clusterLabel)s, instance, name, reason)(increase(aggregator_unavailable_apiservice_total{%(kubeApiserverSelector)s}[1m])) > 0
9292
||| % $._config,
9393
labels: {
9494
severity: 'warning',

0 commit comments

Comments
 (0)