Jolokia is not really an option for me although I've looked at it. I just want to know if there's some way to enable using JMXMP to access the metrics pushed to JMX.
-----Original Message----- From: Svante Karlsson [mailto:svante.karls...@csi.se] Sent: Wednesday, July 19, 2017 12:24 PM To: us...@kafka.apache.org Cc: dev@kafka.apache.org Subject: Re: Using JMXMP to access Kafka metrics I've used jolokia which gets JMX metrics without RMI (actually json over http) https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fjolokia.org%2F&data=02%7C01%7CVijay.Prakash%40microsoft.com%7Cf33af52736994dff3a6e08d4cedbaea0%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C636360890423012957&sdata=QZRVpJI6tPRcuHEPMutTJwICSJtoTCuPj1Ndi0xhlXo%3D&reserved=0 Integrates nicely with telegraf (and influxdb) 2017-07-19 20:47 GMT+02:00 Vijay Prakash < vijay.prak...@microsoft.com.invalid>: > Hey, > > Is there a way to use JMXMP instead of RMI to access Kafka metrics > through JMX? I tried creating a JMXMP JMXConnector but the connect > attempt just hangs forever. > > Thanks, > Vijay >