Skip to content

Commit 9f6803e

Browse files
sebastiangaiserskl
andauthored
Update alerts/kube_apiserver.libsonnet
Co-authored-by: Stephen Lang <[email protected]>
1 parent c56849b commit 9f6803e

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 (instance) (max by(name, namespace, %(clusterLabel)s)(increase(aggregator_unavailable_apiservice_total{%(kubeApiserverSelector)s}[10m]))) > 4
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)