summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: df6a1de)
raw | patch | inline | side by side (parent: df6a1de)
author | Tomofumi Hayashi <tohayash@redhat.com> | |
Thu, 28 Sep 2017 03:57:46 +0000 (12:57 +0900) | ||
committer | Tomofumi 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.
introduced at #2440.
src/collectd.conf.pod | patch | blob | history |
diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod
index 91d53817015c52c5d9016ce8fdd83ec934c32261..fdbe1956fdae87689625dc67b8c32abd29e11ee5 100644 (file)
--- a/src/collectd.conf.pod
+++ b/src/collectd.conf.pod
Prefix "collectd/"
Database 1
MaxSetSize -1
+ MaxSetDuration -1
StoreRates true
</Node>
</Plugin>
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