I am using JMX to gather kafka metrics. It states here http://docs.confluent.io/1.0/kafka/monitoring.html that they should be there. But when I run a jmx client and show beans kafka.consumer and kafka.producer do not exist. Is there something special I have to do to get these metrics?
Thanks