Re: Using JMXMP to access Kafka metrics

2017-07-21 Thread Fernando Vega
19, 2017 12:24 PM > To: users@kafka.apache.org > Cc: d...@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/

RE: Using JMXMP to access Kafka metrics

2017-07-19 Thread Vijay Prakash
2:24 PM To: users@kafka.apache.org Cc: d...@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.Prak

Re: Using JMXMP to access Kafka metrics

2017-07-19 Thread Svante Karlsson
I've used jolokia which gets JMX metrics without RMI (actually json over http) https://jolokia.org/ 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 Kafk

Using JMXMP to access Kafka metrics

2017-07-19 Thread Vijay Prakash
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