conduktor.io ↗

KIP-96 — Add per partition metrics for in-sync and assigned replica count

Accepted Kafka 1.0 MetricsBroker

Adds two per-partition JMX gauge metrics exposed by the partition leader: `InSyncReplicasCount` and `ReplicasCount` (total assigned replicas), tagged by topic and partition. The existing metrics only provide cluster-wide or broker-wide replica health summaries; operators cannot identify which specific partition has lost ISR members without querying ZooKeeper or using the AdminClient.

Details

AuthorXavier Léauté
StatusAccepted
Kafka Version1.0
JIRAKAFKA-4458
WikiView on Apache Wiki
Created2016-11-28
Last Modified2016-12-07
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.