Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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 commit
Subsequent 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.

...