From 91ede7c26b9a46345861b40e9bb387f945b6694c Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Wed, 12 Oct 2016 17:15:10 +0200 Subject: [PATCH] collectd.conf(5): Update the "LatencyRate" option. --- src/collectd.conf.in | 6 +++--- src/collectd.conf.pod | 11 +++++++---- 2 files changed, 10 insertions(+), 7 deletions(-) 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 -- 2.11.0