conduktor.io ↗

KIP-168 — Add GlobalTopicCount and GlobalPartitionCount metric per cluster

Accepted Kafka 1.0 MetricsBroker

Adds `GlobalTopicCount` and `GlobalPartitionCount` gauge metrics on the Kafka Controller, reflecting the total number of topics and partitions across the entire cluster. No existing metric gives a cluster-wide topic/partition count; operators must call `listTopics()` or query ZooKeeper to answer this basic capacity question.

Details

AuthorAbhishek Mendhekar
StatusAccepted
Kafka Version1.0
JIRAKAFKA-5461
WikiView on Apache Wiki
Created2017-06-16
Last Modified2017-07-19
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.