Re: Cassandra metrics custom reporter

2016-07-19 Thread Branton Davis
This isn't a direct answer to your question, but jolokia (
https://jolokia.org/) may be a useful alternative.  It runs as an agent
attached to your cassandra process and provides a REST API for JMX.

On Tue, Jul 19, 2016 at 11:19 AM, Ricardo Sancho 
wrote:

> Is anyone using a custom reporter to plugin to their own monitoring
> systems?
> ie one that does not use graphite or something for which a reporter
> exists.
>
> Any documentation on plugging this in?
> We have a custom reporter, it's been loaded and we see report method being
> called. But when we iterate the metrics provided as args to the report
> method are empty.
>
> Thanks
>


Cassandra metrics custom reporter

2016-07-19 Thread Ricardo Sancho
Is anyone using a custom reporter to plugin to their own monitoring
systems?
ie one that does not use graphite or something for which a reporter exists.

Any documentation on plugging this in?
We have a custom reporter, it's been loaded and we see report method being
called. But when we iterate the metrics provided as args to the report
method are empty.

Thanks