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. |