[collectd] Aggregating statsd metrics

David Blewett david at dawninglight.net
Wed Aug 27 16:16:44 CEST 2014


On Tue, Aug 26, 2014 at 10:58 PM, David Blewett <david at dawninglight.net>
wrote:

> ​So I've been trying to implement option 1, but have not had any luck.
>

​It ended up being pilot error. I made 2 mistakes that made my chain not
work:

1. Didn't explicitly load the target_set plugin
2. Had a typo in the chain name

Here is my working config, for posterity:

LoadPlugin "match_regex" # we want to use this for our Matching
LoadPlugin "target_set" # This isn't builtin
<Chain "PreCache">
  <Rule> # Strip Host values from "statsd" metrics
    <Match regex>
      Plugin "^statsd$"
    </Match>
    <Target "set">
      Host "rf"
    </Target>
  </Rule>
</Chain>

Thanks,

David Blewett
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.verplant.org/pipermail/collectd/attachments/20140827/b3695c21/attachment.html>


More information about the collectd mailing list