jmxtrans
jmxtrans copied to clipboard
jmxtrans
I was having the problem to run jmxtrans as a Windows service. I tried implementing it with apache procrun. Sadly procrun expects the start/stop methods to be static void and...
Hi! I'm observing logs flooded with error messages like this: Could not submit query {}. You could try to size the 'queryProcessorExecutor' to a larger size. (JmxUtils#processServer) queryProcessorExecutor has got...
Adding "typeNamesAsTags" property to allow sending type names as tags instead of embedding them in the the metric/key name for the Kafka output writer. When set to false or not...
The influxdb doesn't look like it supports specifying whether a field is a tag or a key in the output. That would be a really nice feature!
Hi, I am using JMXTrans to send metrics to InfluxDb and everything works great. But the value of a metric is written as tag and not as a "value" field....
As the title says, for each event that appears in the log file two messages are written. I am using the default settings in the most recent RPM package; can't...
Hi, having problems with jmxtrans reporting to graphite. The problem is in only a few metrics. For instance a query ```json { "obj": "kafka.controller:type=KafkaController,name=ActiveControllerCount", "attr": [ "Value" ], "resultAlias": "ActiveControllerCount",...
This feature even if unused adds unwanted limitations on where jmxtrans can run. See https://github.com/jmxtrans/jmxtrans/issues/374 for example. Please make it possible to disable this feature, if not to make it...
Hi, I currently uses Telegraf to gather system metrics, and I use Kafka as a transport layer. I have two dedicated instances (using Telegraf Kafka consumer, working as consumer group),...
Hi, I am trying to use JMXTrans to write data into InfluxDB 1.1.1-1. Everything seems to be OK (no error, neither in JMXTrans nor Influxdb logs file). InfluxDB return 204...