From 6d1b256ee5ce8c845acfa3c59d0f96c1a1164aad Mon Sep 17 00:00:00 2001 From: Denis Boulas Date: Tue, 23 Sep 2014 11:08:25 +0300 Subject: [PATCH] Added documentation for StatsD module per added functionality in issue #403. --- src/collectd.conf.in | 4 ++++ src/collectd.conf.pod | 24 ++++++++++++++++++++++++ 2 files changed, 28 insertions(+) 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 -- 2.30.2