Open drpauldixon opened 5 years ago
If I change the outputWriter to statsd: <outputWriter class="org.jmxtrans.agent.StatsDOutputWriter">
then I do se all the metrics:
$ sudo ngrep -d any -W byline port 8125 | grep --line-buffered .os
stats.vagrant.fam01.os.SystemLoadAverage:1.12|c
stats.vagrant.fam01.os.OpenFileDescriptorCount:113|c
Hello,
I have the following query:
However, only the first metric is output:
I've looked through the examples and can't find anything that looks obviously wrong. If I reverse the order of the attributes, I get whatever attribute is first in the list, but not the other(s).
I've tried versions 1.2.6 and 1.2.8 beta 1. I'm using OpenJDK 1.8 on CentOS 7.