DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
JIRA: KAFKA-17876
Motivation
The metrics were originally named `kafka.<COMPONENT>`, but they were unexpectedly changed when ew move Java classes from `kafka.server` to the server module in this commitSubsequent developers didn’t notice this change and used the new package name as the metricName. The correct naming should actually be reverted to kafka.<COMPONENT>.This KIP want to standardize the naming format of Kafka metrics by updating the `org.apache.kafka.server:type=AssignmentsManager`
metric to align with the convention used by other Kafka metrics which are the `kafka.<COMPONENT>` format. This change will improve
the uniformity metric naming.
...