From 57047e632ae303cf0339a899093a82589922763a 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 0cb95cdd..4d1190ec 100644 --- a/src/collectd.conf.in +++ b/src/collectd.conf.in @@ -1269,9 +1269,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 a592ed32..d9c4aac2 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -7083,20 +7083,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