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
| Author | Abhishek Mendhekar |
| Status | Accepted |
| Kafka Version | 1.0 |
| JIRA | KAFKA-5461 |
| Wiki | View on Apache Wiki |
| Created | 2017-06-16 |
| Last Modified | 2017-07-19 |
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.