README.md in fluent-plugin-growthforecast-0.1.6 vs README.md in fluent-plugin-growthforecast-0.2.0
- old
+ new
@@ -69,9 +69,20 @@
authentication basic
username yourusername
password secret!
</match>
+Version v0.2.0 or later, this plugin uses HTTP connection keep-alive for a batch emitted events. To disable this, specify `keepalive` option:
+
+ <match metrics.**>
+ type growthforecast
+ gfapi_url http://growthforecast.protected.anywhere.example.com/api/
+ service yourservice
+ tag_for section
+ name_keys fieldname
+ keepalive no
+ </match>
+
## TODO
* patches welcome!
## Copyright