Versions Compared

Key

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

...

We currently have a MBean for client version that gives commit id and version, but this is not exposed as a metric. In order to optimize upgrades and debug issues, it will be useful to have a gauge for client versions to monitor the versions used by clients.

This will be a cumulative countGauge.

MBean: [kafka.admin.client|kafka.consumer|kafka.producer]:type=client-version,commit_id="CommitId",version="Version"

...