Struct etcd::stats::CountStats
[−]
[src]
pub struct CountStats { pub fail: u64, pub success: u64, }
Statistics about the number of successful and failed Raft RPC requests to an etcd node.
Fields
fail | The number of times an RPC request to the node failed. |
success | The number of times an RPC request to the node succeeded. |