We are planning to monitor health of our Kafka environment using JMX. I have 
looked at below links to find what is available via

https://cwiki.apache.org/confluence/display/KAFKA/Available+Metrics 
https://cwiki.apache.org/confluence/display/KAFKA/JMX+Reporters

why some of the kafka objects ("kafka.cluster", "kafka.consumer" etc are 
written with an additional " ?

E.g "kafka.server":type="BrokerTopicMetrics",name="AllTopicsBytesInPerSec" Vs 
the normal Mbeans are just something like this:

java.lang:type=GarbageCollector,name=ConcurrentMarkSweep

We are not successful in calling objects that have "" in their names.  Naidu 
Saladi 

Reply via email to