From: Florian Forster Date: Wed, 12 Oct 2016 15:15:10 +0000 (+0200) Subject: collectd.conf(5): Update the "LatencyRate" option. X-Git-Tag: collectd-5.7.0~18 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=91ede7c26b9a46345861b40e9bb387f945b6694c;p=collectd.git collectd.conf(5): Update the "LatencyRate" option. --- diff --git a/src/collectd.conf.in b/src/collectd.conf.in index 037371bc..1a696693 100644 --- a/src/collectd.conf.in +++ b/src/collectd.conf.in @@ -1287,9 +1287,9 @@ # LatencyPercentile 70 # LatencyPercentile 95 # LatencyRateType "requests" -# LatencyRate 0.001 0.100 -# LatencyRate 0.101 0.200 -# LatencyRate 0.201 0 +# LatencyRate 0 0.100 +# LatencyRate 0.100 0.200 +# LatencyRate 0.200 0 # # # diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index 74fb977e..1abca916 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -7222,20 +7222,23 @@ computed latency. Different percentiles can be calculated by setting this option several times. =item B I + Sets the type used to dispatch B values. =item B I I Calculate and dispatch rate of latency values fall within requested interval. -Interval is specified as [I, I] (including -boundaries). Rate cannot be reported for 0.000 latency, so I -should be 0.001 or greater. When I value is equal to 0 then -interval is [lower, infinity). +Both, I and I is a duration in seconds and can be +a fractional number, such as B<0.5>. The settings specify the interval +C<(I, I]>, i.e. the range I the lower +bound and I the upper bound. I and I +can be zero, meaning no lower/upper bound. Rates for different intervals can be calculated by setting this option several times. =item B I + Sets the type used to dispatch B values. =back