All,
Still getting my head around metrics. I shameless stole this line of bash and setup metrics and it's working . UI was cool.
echo "mydesktop.cpu.util:$intCount|c" | nc -w 1 -u myheavyforwarders.domain.com 8125
With this in mind how would I send more than one metric? Say I wanted all the output of TOP? Can you send more than one metric at a time? I understand these metric can have dimension, is that basically an array of values?
↧