Vadim,
We wrap kafka in our own java service container, which as a happy
coincidence, uses yammer metrics also. The yammer library has a
GraphiteReporter, which you can configure, which will run a background
thread and send all configured yammer metrics to graphite at regular
intervals, e.g. ever
Thanks so much. Let me look into this.
On Fri, Aug 23, 2013 at 10:38 AM, Neha Narkhede wrote:
> Have you taken a look at this - https://github.com/criteo/kafka-ganglia.
> It
> is linked off of
> https://cwiki.apache.org/confluence/display/KAFKA/JMX+Reporters
>
> Thanks,
> Neha
>
>
> On Fri, Aug
Have you taken a look at this - https://github.com/criteo/kafka-ganglia. It
is linked off of
https://cwiki.apache.org/confluence/display/KAFKA/JMX+Reporters
Thanks,
Neha
On Fri, Aug 23, 2013 at 10:27 AM, Vadim Keylis wrote:
> Good morning. i have not used yammer metrics until we deploy kafka. C