Module etcd::stats [] [src]

etcd's statistics API.

Structs

CountStats

Statistics about the number of successful and failed Raft RPC requests to an etcd node.

FollowerStats

Statistics about the health of a single etcd follower node.

LatencyStats

Statistics about the network latency to an etcd node.

LeaderInfo

A small amount of information about the leader of the cluster.

LeaderStats

Statistics about an etcd cluster leader.

SelfStats

Statistics about an etcd cluster member.

StoreStats

Statistics about the operations handled by an etcd member.

Functions

leader_stats

Returns statistics about the leader member of a cluster.

self_stats

Returns statistics about each cluster member the client was initialized with.

store_stats

Returns statistics about operations handled by each etcd member the client was initialized with.