author | Florian Forster <octo@collectd.org> | |
Mon, 12 Sep 2016 18:22:35 +0000 (20:22 +0200) | ||
committer | Florian Forster <octo@collectd.org> | |
Mon, 12 Sep 2016 18:22:35 +0000 (20:22 +0200) |
1 | 2 | |||
---|---|---|---|---|
src/collectd.conf.pod | patch | | diff1 | | diff2 | | blob | history |
src/write_graphite.c | patch | | diff1 | | diff2 | | blob | history |
diff --cc src/collectd.conf.pod
index ab80915907afdc8c1a1f3502983d8f1d9f35c09d,c7a818dd339904100854483ebe018989598a2f5f..ec2a0c50b5dc83eb4f65b6075f8686d0c4290b6f
+++ b/src/collectd.conf.pod
identifier. If set to B<false> (the default), this is only done when there is
more than one DS.
+ =item B<DropDuplicateFields> B<false>|B<true>
+
+ If set to B<true>, detect and remove duplicate components in Graphite metric
+ names. For example, the metric name C<host.load.load.shortterm> will
+ be shortened to C<host.load.shortterm>.
+
=back
+=head2 Plugin C<write_log>
+
+The C<write_log> plugin writes metrics as INFO log messages.
+
+This plugin supports two output formats: I<Graphite> and I<JSON>.
+
+Synopsis:
+
+ <Plugin write_log>
+ Format Graphite
+ </Plugin>
+
+=over 4
+
+=item B<Format> I<Format>
+
+The output format to use. Can be one of C<Graphite> or C<JSON>.
+
+=back
+
=head2 Plugin C<write_tsdb>
The C<write_tsdb> plugin writes data to I<OpenTSDB>, a scalable open-source
diff --cc src/write_graphite.c
Simple merge