From: Denis Boulas Date: Tue, 23 Sep 2014 08:08:25 +0000 (+0300) Subject: Added documentation for StatsD module per added functionality in issue #403. X-Git-Tag: collectd-5.4.2~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d1b256ee5ce8c845acfa3c59d0f96c1a1164aad;p=thirdparty%2Fcollectd.git Added documentation for StatsD module per added functionality in issue #403. --- diff --git a/src/collectd.conf.in b/src/collectd.conf.in index e483d445e..ec2d51ca9 100644 --- a/src/collectd.conf.in +++ b/src/collectd.conf.in @@ -967,6 +967,10 @@ # DeleteGauges false # DeleteSets false # TimerPercentile 90.0 +# TimerLower false +# TimerUpper false +# TimerSum false +# TimerCount false # # diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index 77d7e2c51..987ac88b6 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -5334,6 +5334,30 @@ often done in I (SLAs). If not specified, no percentile is calculated / dispatched. +=item B B|B + +Calculates and dispatch the lowest value for the metric in an inteval. + +If set to B, no lowest value is calculated / dispatched. + +=item B B|B + +Calculates and dispatch the highest value for the metric in an inteval. + +If set to B, no highest value is calculated / dispatched. + +=item B B|B + +Calculates and dispatch a sum for all the values for the metric in an inteval. + +If set to B, no sum value is calculated / dispatched. + +=item B B|B + +Calculates and dispatch a count of all the values for the metric been sent in an inteval. + +If set to B, no count value is calculated / dispatched. + =back =head2 Plugin C