Versions Compared

Key

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

...

Currently all Kafka components that support Metrics Reporters always inject JMXReporter. While it's possible to include/exclude metrics the JMXReporter exposes (via metrics.jmx.include/exclude settings) this reporter can't be disabled and as it is not controlled via the metric.reporters configuration like other reporters.

...

This KIP proposes introducing a new setting configuration to all components (broker, producer, consumer, admin, connect and streams) to disable JMXReporter.

...

  • Change the default value of metric.reporters to include JMXReporter. It This would be nice to avoid creating a new configuration but this would cause a change of behavior for users that already set metric.reporters.