Struct sc_telemetry::TelemetryHandle[][src]

pub struct TelemetryHandle { /* fields omitted */ }
[]

Handle to the TelemetryWorker thats allows initializing the telemetry for a Substrate node.

Implementations

impl TelemetryHandle[src][]

pub fn start_telemetry(
    &mut self,
    span: TelemetrySpan,
    endpoints: TelemetryEndpoints,
    connection_message: ConnectionMessage
) -> TelemetryConnectionNotifier
[src][]

Initialize the telemetry with the endpoints provided in argument for the current substrate node.

This method must be called during the substrate node initialization.

The endpoints argument is a collection of telemetry WebSocket servers with a corresponding verbosity level.

The connection_message argument is a JSON object that is sent every time the connection (re-)establishes.

Trait Implementations

impl Clone for TelemetryHandle[src][+]

impl Debug for TelemetryHandle[src][+]

Auto Trait Implementations

impl !RefUnwindSafe for TelemetryHandle

impl Send for TelemetryHandle

impl Sync for TelemetryHandle

impl Unpin for TelemetryHandle

impl !UnwindSafe for TelemetryHandle

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src][+]

impl<T> Borrow<T> for T where
    T: ?Sized
[src][+]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src][+]

impl<T> From<T> for T[src][+]

impl<T> Instrument for T[src][+]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src][+]

impl<T> Same<T> for T[src]

type Output = T

Should always be Self

impl<T> ToOwned for T where
    T: Clone
[src][+]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src][+]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src][+]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src][+]