# Functions
NewLeaderStats generates a new LeaderStats with the given id as leader.
# Structs
FollowerStats encapsulates various statistics about a follower in an etcd cluster.
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.
# Interfaces
No description provided by the author