Code

statsd: clarify/simplify documentation & example
authorMarc Fournier <marc.fournier@camptocamp.com>
Thu, 25 Sep 2014 16:54:56 +0000 (18:54 +0200)
committerMarc Fournier <marc.fournier@camptocamp.com>
Thu, 25 Sep 2014 16:54:56 +0000 (18:54 +0200)
src/collectd.conf.in
src/collectd.conf.pod

index ec2d51ca92427d02be8cb0d1f65f7959eaaf8671..3a8609a140e197f19a3d0174a92fb756a2eef0c4 100644 (file)
 #  DeleteGauges   false
 #  DeleteSets     false
 #  TimerPercentile 90.0
+#  TimerPercentile 95.0
+#  TimerPercentile 99.0
 #  TimerLower     false
 #  TimerUpper     false
 #  TimerSum       false
index 987ac88b6f4d06bd04ec506732916605294b69e3..8a6614b2568e9a2df7151dc9622b6bfc0868cc6d 100644 (file)
@@ -5332,31 +5332,20 @@ that I<Percent> of all reported timers are smaller than or equal to the
 computed latency. This is useful for cutting off the long tail latency, as it's
 often done in I<Service Level Agreements> (SLAs).
 
-If not specified, no percentile is calculated / dispatched.
+Different percentiles can be calculated by setting this option several times.
+If none are specified, no percentiles are 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.
+Calculate and dispatch various values out of I<Timer> metrics received during
+an interval. If set to B<False>, the default, these values aren't calculated /
+dispatched.
 
 =back