You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@kafka.apache.org by Vijay Prakash <Vi...@microsoft.com.INVALID> on 2017/07/19 18:47:06 UTC

Using JMXMP to access Kafka metrics

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

Re: Using JMXMP to access Kafka metrics

Posted by Fernando Vega <fe...@turn.com>.
We use jmxtrans and works pretty good.

[image: Turn] <http://www.turn.com/>

*Fernando Vega*
Sr. Operations Engineer
*cell* (415) 810-0242
901 Marshall St, Suite 200, Redwood City, CA 94063


turn.com <http://www.turn.com/>   |   @TurnPlatform
<ht...@TurnPlatform>

This message is Turn Confidential, except for information included that is
already available to the public. If this message was sent to you
accidentally, please delete it.

On Wed, Jul 19, 2017 at 4:05 PM, Vijay Prakash <
Vijay.Prakash@microsoft.com.invalid> wrote:

> 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.karlsson@csi.se]
> Sent: Wednesday, July 19, 2017 12:24 PM
> To: users@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%7C72f988bf86f141af91ab2d7cd011
> db47%7C1%7C0%7C636360890423012957&sdata=QZRVpJI6tPRcuHEPMutTJwICSJtoTC
> uPj1Ndi0xhlXo%3D&reserved=0
>
> Integrates nicely with telegraf (and influxdb)
>
> 2017-07-19 20:47 GMT+02:00 Vijay Prakash <
> Vijay.Prakash@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
> >
>

Re: Using JMXMP to access Kafka metrics

Posted by Fernando Vega <fe...@turn.com>.
We use jmxtrans and works pretty good.

[image: Turn] <http://www.turn.com/>

*Fernando Vega*
Sr. Operations Engineer
*cell* (415) 810-0242
901 Marshall St, Suite 200, Redwood City, CA 94063


turn.com <http://www.turn.com/>   |   @TurnPlatform
<ht...@TurnPlatform>

This message is Turn Confidential, except for information included that is
already available to the public. If this message was sent to you
accidentally, please delete it.

On Wed, Jul 19, 2017 at 4:05 PM, Vijay Prakash <
Vijay.Prakash@microsoft.com.invalid> wrote:

> 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.karlsson@csi.se]
> Sent: Wednesday, July 19, 2017 12:24 PM
> To: users@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%7C72f988bf86f141af91ab2d7cd011
> db47%7C1%7C0%7C636360890423012957&sdata=QZRVpJI6tPRcuHEPMutTJwICSJtoTC
> uPj1Ndi0xhlXo%3D&reserved=0
>
> Integrates nicely with telegraf (and influxdb)
>
> 2017-07-19 20:47 GMT+02:00 Vijay Prakash <
> Vijay.Prakash@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
> >
>

RE: Using JMXMP to access Kafka metrics

Posted by Vijay Prakash <Vi...@microsoft.com.INVALID>.
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.karlsson@csi.se] 
Sent: Wednesday, July 19, 2017 12:24 PM
To: users@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.Prakash@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
>

RE: Using JMXMP to access Kafka metrics

Posted by Vijay Prakash <Vi...@microsoft.com.INVALID>.
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.karlsson@csi.se] 
Sent: Wednesday, July 19, 2017 12:24 PM
To: users@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.Prakash@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
>

Re: Using JMXMP to access Kafka metrics

Posted by Svante Karlsson <sv...@csi.se>.
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.Prakash@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
>

Re: Using JMXMP to access Kafka metrics

Posted by Svante Karlsson <sv...@csi.se>.
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.Prakash@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
>