Add option to write_graphite: DropDuplicateFields
authorMichael Leinartas <mleinartas@twitter.com>
Thu, 8 Sep 2016 18:13:26 +0000 (13:13 -0500)
committerMichael Leinartas <mleinartas@twitter.com>
Thu, 8 Sep 2016 18:14:31 +0000 (13:14 -0500)
commit836598b100f9acec988fcfe9a14e349e4186783b
tree4a018ca9689ca587562ffa97b1b1ecb2822ddcae
parent806091e395886da83acf2435e90648bdf2cf2ed5
Add option to write_graphite: DropDuplicateFields

This option drops duplicate type and type_instance fields or duplicate
type and plugin fields.

example_host.memory.memory.cached becomes example_host.memory.cached
example_host.cpu.0.cpu.idle becomes example_host.cpu.0.idle
src/collectd.conf.in
src/utils_format_graphite.c
src/utils_format_graphite.h
src/write_graphite.c