mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 01:11:10 +00:00
Expose the telemetry external transport in the config (#2939)
* Expose the telemetry external transport in the config * Fix tests
This commit is contained in:
committed by
Bastian Köcher
parent
8b89c7ae62
commit
db71e0cc48
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user