Versions Compared

Key

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

...

On the broker, the configurations will also be marked as dynamic to allow updates at runtime.On the broker


, the The following configs will be introduced :

metrics.jmx.whitelist=<regular expression of mbeans to expose> (defaults to ".*")

metrics.jmx.blacklist=<regular expression of mbeans to hide> (defaults to "", takes precedence over the whitelist)

Similarly, for clients, streams, and connect, configuration will follow existing client metric config prefixes defined in CommonClientConfigsfor brokers, 

metrics.jmx.whitelist=<regular expression of mbeans to expose> (defaults to ".*")

...