Skip to content

Commit b22b200

Browse files
committed
Fix typo in KafkaOfflinePartitionCount alert
1 parent 3eedc1f commit b22b200

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kafka-observ-lib/alerts.libsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ local xtd = import 'github.com/jsonnet-libs/xtd/main.libsonnet';
9696
},
9797
},
9898
{
99-
alert: 'KafkaOfflinePartitonCount',
99+
alert: 'KafkaOfflinePartitionCount',
100100
expr: |||
101101
sum by (%s) (%s) > 0
102102
||| % [

0 commit comments

Comments
 (0)