collectd-fast-jmx icon indicating copy to clipboard operation
collectd-fast-jmx copied to clipboard

A replacement for collectd's GenericJMX with lower-latency and much, much more.

Results 8 collectd-fast-jmx issues
Sort by recently updated
recently updated
newest added

How to configure collectd-fast-jmx with weblogic server to collect the metrics. any help is appreciated. Thanks Ravi

Now it's impossible to specify custom name for a metric based on ObjectName keys and domain. We can just specify prefix and keys which will be joined with dash for...

I've used the hostname parameter in connection block but it's still picking up from the service URI. Though it's clearly written in the description " The Hostname property (part of...

First, thanks for this. We are using it happily in production and it has solved an issue we had with the GenericJMX plugin. Now, we have one FastJMX plugin definition,...

Hi Bryan, I am seeing the following in the pom.xml of egineering-llc/collectd-fast-jmx org.collectd collectd-api 1.0 system ${basedir}/lib/collectd-api.jar when I had to get collectd-fast-jmx dependency into my project, I get the...

It would be nice to be able to use wildcards when listing what MBeans to collect to avoid having to type each one manually. It would be specially helpful to...

The InstancePrefix configuration directive within the block doesn't seem to be used. Below is my example config and so I expected to see metrics like: *.cass-test-1.jvm.heap. and what I got...

As explained by rbartl [in issue #7](https://github.com/egineering-llc/collectd-fast-jmx/issues/7#issuecomment-68267491) got that Unexpected Throwable: java.lang.NullPointerException error in my fresh setup. After some added debugging i found it was a missing java_memory line in...