feat: add start_time_ms for metasrv node info (#167)

This commit is contained in:
Jeremyhi
2024-05-09 14:26:55 +08:00
committed by GitHub
parent 07de9a47ed
commit 5c28f1d7ca
5 changed files with 223 additions and 53 deletions
+2
View File
@@ -46,4 +46,6 @@ message MetasrvNodeInfo {
Peer peer = 1;
string version = 2;
string git_commit = 3;
// The node start timestamp in milliseconds.
uint64 start_time_ms = 4;
}