KIP-484 — Expose metrics for group and transaction metadata loading duration
Accepted Kafka 2.4 MetricsConsumerTransactions
Adds `group-metadata-load-duration-ms` and `txn-metadata-load-duration-ms` histograms to the broker's `GroupCoordinator` and `TransactionCoordinator` respectively, measuring how long it takes to load partition state after a coordinator leadership change. When a consumer group coordinator partition moves to a new broker, offset loading can take arbitrarily long but appears externally as unexplained consumer group inactivity with no diagnostic metric.
Details
| Author | Anastasia Vela |
| Status | Accepted |
| Kafka Version | 2.4 |
| JIRA | KAFKA-6263 |
| Wiki | View on Apache Wiki |
| Created | 2019-06-25 |
| Last Modified | 2019-08-01 |
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.