KIP-583 — add tag "partition" to BrokerTopicMetrics so as to observe the partition metrics on the same broker
Discussion MetricsBroker
KIP-583 proposes adding a `partition=<id>` tag to the `BrokerTopicMetrics` JMX metrics (e.g. `BytesInPerSec`, `BytesOutPerSec`) so operators can observe traffic at partition granularity. Currently, partition-level metrics are aggregated at the topic level, making it impossible to observe intra-topic traffic imbalance caused by custom partitioners or hot-key distributions.
Details
| Author | Chia-Ping Tsai |
| Status | Discussion |
| JIRA | KAFKA-9730 |
| Wiki | View on Apache Wiki |
| Created | 2020-03-18 |
| Last Modified | 2020-03-19 |
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.