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: https://git.octo.it/?a=commitdiff_plain;h=6d1b256ee5ce8c845acfa3c59d0f96c1a1164aad;p=collectd.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 e483d445..ec2d51ca 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 77d7e2c5..987ac88b 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