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

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

latency

Latency statistics for this follower.

Trait Implementations

impl Deserialize for FollowerStats

fn deserialize<__D>(deserializer: &mut __D) -> Result<FollowerStats, __D::Error> where __D: Deserializer

Derived Implementations

impl Debug for FollowerStats

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Clone for FollowerStats

fn clone(&self) -> FollowerStats

1.0.0fn clone_from(&mut self, source: &Self)