I am collecting system metrics using Collectd. I am collecting measures in small intervals to get accurate values. However i want to aggregate these values locally using Statsd. Statsd should aggregate the values and send them to librato in longer intervals. This will reduce costs.
I have completed the basic setup of Collectd and Statsd. How do i send data from Collectd to Statsd?
The Statsd plugin seems to be a replacement for Statsd itself and seems not to provide this functionality.