Skip to content

Commit

Permalink
Add missing for:5m to KafkaOfflinePartitonCount (#1329)
Browse files Browse the repository at this point in the history
  • Loading branch information
v-zhuravlev authored Sep 12, 2024
1 parent 474b02b commit f32a0d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kafka-observ-lib/alerts.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ local xtd = import 'github.com/jsonnet-libs/xtd/main.libsonnet';
std.join(',', this.config.groupLabels),
this.signals.brokerReplicaManager.offlinePartitions.asRuleExpression(),
],
'for': '5m',
labels: {
severity: 'critical',
},
Expand Down

0 comments on commit f32a0d6

Please sign in to comment.