KIP-1100 — Rename org.apache.kafka.server:type=AssignmentsManager and org.apache.kafka.storage.internals.log.RemoteStorageThreadPool metrics
Accepted Kafka 4.2 MetricsTiered Storage
Renames the incorrectly prefixed metrics org.apache.kafka.server:type=AssignmentsManager and org.apache.kafka.storage.internals.log:type=RemoteStorageThreadPool back to the canonical kafka.server:type=AssignmentsManager and kafka.log.remote:type=RemoteStorageThreadPool naming convention. A class relocation and a patch introduced non-standard package-based JMX bean prefixes that diverged from Kafka's kafka.COMPONENT convention, breaking monitoring dashboards.
Details
| Author | Ken Huang |
| Status | Accepted |
| Kafka Version | 4.2 |
| JIRA | KAFKA-17876 |
| Wiki | View on Apache Wiki |
| Created | 2024-10-26 |
| Last Modified | 2025-07-31 |
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.