refactor: add hostname field in NodeInfo and use it in MetasrvNodeInfo (#278)
This commit is contained in:
@@ -98,6 +98,8 @@ message NodeInfo {
|
||||
uint32 cpus = 4;
|
||||
// The memory bytes of the node.
|
||||
uint64 memory_bytes = 5;
|
||||
// The hostname of the node.
|
||||
string hostname = 6;
|
||||
}
|
||||
|
||||
message RegionStat {
|
||||
|
||||
Reference in New Issue
Block a user