Code

Added documentation for StatsD module per added functionality in issue #403.
authorDenis Boulas <dene14@gmail.com>
Tue, 23 Sep 2014 08:08:25 +0000 (11:08 +0300)
committerMarc Fournier <marc.fournier@camptocamp.com>
Tue, 23 Sep 2014 10:24:57 +0000 (12:24 +0200)
src/collectd.conf.in
src/collectd.conf.pod

index e483d445e124a4540aeb1ad846a64356796d47b3..ec2d51ca92427d02be8cb0d1f65f7959eaaf8671 100644 (file)
 #  DeleteGauges   false
 #  DeleteSets     false
 #  TimerPercentile 90.0
+#  TimerLower     false
+#  TimerUpper     false
+#  TimerSum       false
+#  TimerCount     false
 #</Plugin>
 
 #<Plugin "swap">
index 77d7e2c51e98e07e24cb710a5e264f86ccfee0da..987ac88b6f4d06bd04ec506732916605294b69e3 100644 (file)
@@ -5334,6 +5334,30 @@ often done in I<Service Level Agreements> (SLAs).
 
 If not specified, no percentile is calculated / dispatched.
 
+=item B<TimerLower> B<false>|B<true>
+
+Calculates and dispatch the lowest value for the metric in an inteval.
+
+If set to B<False>, no lowest value is calculated / dispatched.
+
+=item B<TimerUpper> B<false>|B<true>
+
+Calculates and dispatch the highest value for the metric in an inteval.
+
+If set to B<False>, no highest value is calculated / dispatched.
+
+=item B<TimerSum> B<false>|B<true>
+
+Calculates and dispatch a sum for all the values for the metric in an inteval.
+
+If set to B<False>, no sum value is calculated / dispatched.
+
+=item B<TimerCount> B<false>|B<true>
+
+Calculates and dispatch a count of all the values for the metric been sent in an inteval.
+
+If set to B<False>, no count value is calculated / dispatched.
+
 =back
 
 =head2 Plugin C<swap>