Code

DSType latency: Improved after PR code review
[collectd.git] / src / collectd.conf.pod
index 0f99169b4055751db48eb12e3e549af2697b7d7f..74fb977e2019867ea27834fd2f7c45ca2a07ad55 100644 (file)
@@ -7227,8 +7227,10 @@ Sets the type used to dispatch B<LatencyPercentile> values.
 =item B<LatencyRate> I<lower_latency> I<upper_latency>
 
 Calculate and dispatch rate of latency values fall within requested interval.
-Interval specified as [I<lower_latency>,I<upper_latency>] (including boundaries).
-When I<upper_latency> value is equal to 0 then interval is [lower, infinity).
+Interval is specified as [I<lower_latency>, I<upper_latency>] (including
+boundaries). Rate cannot be reported for 0.000 latency, so I<lower_latency>
+should be 0.001 or greater. When I<upper_latency> value is equal to 0 then
+interval is [lower, infinity).
 
 Rates for different intervals can be calculated by setting this option several
 times.