Expose the telemetry external transport in the config (#2939)

* Expose the telemetry external transport in the config

* Fix tests
This commit is contained in:
Pierre Krieger
2019-06-26 09:05:49 +02:00
committed by Bastian Köcher
parent 8b89c7ae62
commit db71e0cc48
4 changed files with 8 additions and 2 deletions
+1
View File
@@ -151,6 +151,7 @@ fn node_config<F: ServiceFactory> (
rpc_ws_max_connections: None,
rpc_cors: None,
telemetry_endpoints: None,
telemetry_external_transport: None,
default_heap_pages: None,
offchain_worker: false,
force_authoring: false,