Struct etcd::stats::FollowerStats [] [src]

pub struct FollowerStats {
    pub counts: CountStats,
    pub latency: LatencyStats,
}

Statistics about the health of a single etcd follower node.

Fields

Counts of Raft RPC request successes and failures to this follower.

Latency statistics for this follower.

Trait Implementations

impl Clone for FollowerStats
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for FollowerStats
[src]

Formats the value using the given formatter.