write_redis_plugin: Add document for MaxSetDuration
authorTomofumi Hayashi <tohayash@redhat.com>
Thu, 28 Sep 2017 03:57:46 +0000 (12:57 +0900)
committerTomofumi Hayashi <tohayash@redhat.com>
Thu, 28 Sep 2017 03:57:46 +0000 (12:57 +0900)
This change adds description for MaxSetDuration, which is
introduced at #2440.

src/collectd.conf.pod

index 91d5381..fdbe195 100644 (file)
@@ -9323,6 +9323,7 @@ Synopsis:
         Prefix "collectd/"
         Database 1
         MaxSetSize -1
+        MaxSetDuration -1
         StoreRates true
     </Node>
   </Plugin>
@@ -9385,6 +9386,12 @@ to C<0>.
 The B<MaxSetSize> option limits the number of items that the I<Sorted Sets> can
 hold. Negative values for I<Items> sets no limit, which is the default behavior.
 
+=item B<MaxSetDuration> I<Seconds>
+
+The B<MaxSetDuration> option limits the duration of items that the
+I<Sorted Sets> can hold. Negative values for I<Items> sets no duration, which
+is the default behavior.
+
 =item B<StoreRates> B<true>|B<false>
 
 If set to B<true> (the default), convert counter values to rates. If set to