Make metric_collector output configurable
This commit makes the "metric_collector" output of the log_collector
configurable, for consistency with the other outputs.
diff --git a/README.rst b/README.rst
index 3c9cc8c..fa84749 100644
--- a/README.rst
+++ b/README.rst
@@ -18,6 +18,8 @@
elasticsearch_host: 172.16.10.253
elasticsearch_port: 9200
enabled: true
+ metric_collector_host: 127.0.0.1
+ metric_collector_port: 5567
poolsize: 100
Default values:
@@ -25,6 +27,8 @@
* ``automatic_starting: true``
* ``elastisearch_port: 9200``
* ``enabled: false``
+* ``metric_collector_host: 127.0.0.1``
+* ``metric_collector_port: 5567``
* ``poolsize: 100``
Local Metric collector service