Skip to content
Snippets Groups Projects
Commit 195ac66d authored by Arnav Jain's avatar Arnav Jain
Browse files

Upload New File

parent 31e0a839
No related branches found
No related tags found
No related merge requests found
groups:
- name: KafkaAlerts
rules:
- alert: HighPartitionLag
expr: kafka_topic_partition_lag > 100
for: 1m
labels:
severity: critical
annotations:
summary: "High partition lag on {{ $labels.topic }}"
description: "Partition lag is {{ $value }} for topic {{ $labels.topic }}."
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment