Versions Compared

Key

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

...

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)[https://github.com/apache/kafka/commit/df78204e05bb1c416d977a0a36f4c263251ae4ef#diff-16a3a4c37cd87960638de8160b1969a0df76f1c0322c4af026bd2b9802777cbeL18]
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>.

...