//! It works using Tokio's [tracing](https://github.com/tokio-rs/tracing/) library. The telemetry
//! identify which substrate node is reporting the telemetry. Every task spawned using sc-service's
//! [`TelemetryWorkerHandle`]. This handle can be cloned and passed around. It uses an asynchronous
/// will consume the object and any further attempts of initializing a new telemetry through its
/// Handle to the [`TelemetryWorker`] thats allows initializing the telemetry for a Substrate node.
/// The `endpoints` argument is a collection of telemetry WebSocket servers with a corresponding