Struct etcd::stats::LeaderInfo
[−]
[src]
pub struct LeaderInfo { pub id: String, pub start_time: String, pub uptime: String, }
A small amount of information about the leader of the cluster.
Fields
id | The unique Raft ID of the leader. |
start_time | The time the leader started. |
uptime | The amount of time the leader has been up. |