mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
etcdctlv3: add db size and raft status in protobuffer
This commit is contained in:
@@ -499,6 +499,10 @@ message StatusRequest {
|
||||
message StatusResponse {
|
||||
ResponseHeader header = 1;
|
||||
string version = 2;
|
||||
int64 dbSize = 3;
|
||||
uint64 leader = 4;
|
||||
uint64 raftIndex = 5;
|
||||
uint64 raftTerm = 6;
|
||||
}
|
||||
|
||||
message AuthEnableRequest {
|
||||
|
||||
Reference in New Issue
Block a user