refactor: add hostname field in NodeInfo and use it in MetasrvNodeInfo (#278)

This commit is contained in:
zyy17
2025-10-16 10:57:57 +08:00
committed by GitHub
parent a250938d71
commit 8d31a8cd39
10 changed files with 1424 additions and 503 deletions
+2
View File
@@ -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 {