TiKVStore

(Appears on: TiKVStatus)

TiKVStores is either Up/Down/Offline/Tombstone

FieldDescription
id
string

store id is also uint64, due to the same reason as pd id, we store id as string

podName
string
ip
string
leaderCount
int32
state
string
lastHeartbeatTime
Kubernetes meta/v1.Time
lastTransitionTime
Kubernetes meta/v1.Time

Last time the health transitioned from one to another.