From: Pierre-Yves Ritschard Date: Mon, 28 Oct 2013 13:18:02 +0000 (+0100) Subject: Add documentation bits for the new 'Attribute' directive X-Git-Tag: collectd-5.5.0~336^2 X-Git-Url: https://git.octo.it/?p=collectd.git;a=commitdiff_plain;h=7aaf833b3182b21150da980551f58703f529ca56 Add documentation bits for the new 'Attribute' directive --- diff --git a/src/collectd.conf.in b/src/collectd.conf.in index d4d5a205..4542a4b5 100644 --- a/src/collectd.conf.in +++ b/src/collectd.conf.in @@ -1177,6 +1177,7 @@ # AlwaysAppendDS false # # Tag "foobar" +# Attribute "foo" "bar" # ############################################################################## diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index 691a7494..fe72534e 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -6288,6 +6288,7 @@ Synopsis: TTLFactor 2.0 Tag "foobar" + Attribute "foo" "bar" The following options are understood by the I: @@ -6348,6 +6349,11 @@ default value. Add the given string as an additional tag to the metric being sent to I. +=item B I I + +Consider the two given strings to be the key and value of an additional +attribute for each metric being sent out to I. + =back =head1 THRESHOLD CONFIGURATION