# Functions
NewLeaderStats generates a new LeaderStats with the given id as leader.
# Structs
CountsStats encapsulates raft statistics.
FollowerStats encapsulates various statistics about a follower in an etcd cluster.
LatencyStats encapsulates latency statistics.
LeaderStats is used by the leader in an etcd cluster, and encapsulates statistics about communication with its followers.
RequestStats represent the stats for a request.
ServerStats encapsulates various statistics about an EtcdServer and its communication with other members of the cluster.