feat: node epoch (#52)
* feat: node epoch * feat: meta proto for golang
This commit is contained in:
@@ -50,6 +50,8 @@ message HeartbeatRequest {
|
||||
MailboxMessage mailbox_message = 8;
|
||||
// The duration since the heartbeat task's epoch in milliseconds.
|
||||
uint64 duration_since_epoch = 9;
|
||||
// The node's epoch
|
||||
uint64 node_epoch = 10;
|
||||
}
|
||||
|
||||
message NodeStat {
|
||||
|
||||
Reference in New Issue
Block a user