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 <sancho.rica...@gmail.com> 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 >