Technologies/Apache Kafka/kafka.replication.isr_expands.rate
Apache KafkaApache KafkaMetric

kafka.replication.isr_expands.rate

Rate of replicas joining the ISR pool.
Dimensions:None
Available on:DatadogDatadog (1)
Interface Metrics (1)
DatadogDatadog
Rate of replicas joining the ISR pool.
Dimensions:None
Related Insights (3)
Under-Replicated Partitions Signal Broker Degradationcritical

When ISR count drops below the configured replication factor, partitions become under-replicated, indicating broker health issues, network problems, or disk saturation that compromise data durability.

ISR Shrink/Expand Oscillation Reveals Replica Instabilitywarning

Frequent ISR shrink and expand events indicate replicas repeatedly falling behind and catching up, suggesting intermittent broker issues, network instability, or insufficient resources for replication workload.

Kafka Broker Under-Replication Impacting Lambda Consumer Lagcritical

When Kafka under-replicated partitions increase (kafka.replication.under_replicated_partitions) or ISR shrinks (kafka.server.ReplicaManager.IsrExpandsPerSec drops), Lambda event source mappings may experience increased fetch latency and offset lag as the cluster struggles to maintain replication consistency.