Code

add documentation on the new TTL parameter
authorjaroug <jaroug@gmail.com>
Fri, 14 Apr 2017 15:01:25 +0000 (17:01 +0200)
committerjaroug <jaroug@gmail.com>
Fri, 14 Apr 2017 15:01:25 +0000 (17:01 +0200)
src/collectd.conf.in
src/collectd.conf.pod

index e2d6aafab9a7d52bf4fcc109103de73e2e9ef899..6c7714c164172f4f51f552f6ce1630cbdf29778f 100644 (file)
 #              SSLVersion "TLSv1"
 #              Format "Command"
 #              Attribute "key" "value"     # only available for KAIROSDB format
+#       TTL 0   # data ttl, only available for KAIRODB format
 #              Metrics true
 #              Notifications false
 #              StoreRates false
index 6a7a9176fca7bdfbba4ba46d930e04fc52937884..8b0a79d8ba41f44838b6c6abe6ff100bd78d15af 100644 (file)
@@ -8778,6 +8778,14 @@ each metric being sent out.
 
 You can add multiple B<Attribute>.
 
+=item B<TTL> I<Int>
+
+Only available for KAIROSDB output format.
+
+Sets the Cassandra ttl for the data points.
+
+Please refer to L<http://kairosdb.github.io/docs/build/html/restapi/AddDataPoints.html?highlight=ttl>
+
 =item B<Metrics> B<true>|B<false>
 
 Controls whether I<metrics> are POSTed to this location. Defaults to B<true>.