mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
*: expose Raft Applied Index through to "etcdctl endpoint status"
Fixed based on feedback Fixed spacing Fix gofmt
This commit is contained in:
@@ -2176,6 +2176,11 @@
|
||||
"type": "string",
|
||||
"format": "uint64"
|
||||
},
|
||||
"raftAppliedIndex": {
|
||||
"description": "appliedIndex is the current raft applied index of the responding member.",
|
||||
"type": "string",
|
||||
"format": "uint64"
|
||||
},
|
||||
"raftIndex": {
|
||||
"description": "raftIndex is the current raft index of the responding member.",
|
||||
"type": "string",
|
||||
|
||||
Reference in New Issue
Block a user