Add documentation bits for the new 'Attribute' directive
authorPierre-Yves Ritschard <pyr@spootnik.org>
Mon, 28 Oct 2013 13:18:02 +0000 (14:18 +0100)
committerPierre-Yves Ritschard <pyr@spootnik.org>
Mon, 28 Oct 2013 13:18:02 +0000 (14:18 +0100)
src/collectd.conf.in
src/collectd.conf.pod

index d4d5a20..4542a4b 100644 (file)
 #              AlwaysAppendDS false
 #      </Node>
 #      Tag "foobar"
+#       Attribute "foo" "bar"
 #</Plugin>
 
 ##############################################################################
index 691a749..fe72534 100644 (file)
@@ -6288,6 +6288,7 @@ Synopsis:
      TTLFactor 2.0
    </Node>
    Tag "foobar"
+   Attribute "foo" "bar"
  </Plugin>
 
 The following options are understood by the I<write_riemann plugin>:
@@ -6348,6 +6349,11 @@ default value.
 Add the given string as an additional tag to the metric being sent to
 I<Riemann>.
 
+=item B<Attribute> I<String> I<String>
+
+Consider the two given strings to be the key and value of an additional
+attribute for each metric being sent out to I<Riemann>.
+
 =back
 
 =head1 THRESHOLD CONFIGURATION