feat: add memory_bytes field (#274)

This commit is contained in:
Weny Xu
2025-09-08 16:32:11 +08:00
committed by GitHub
parent 66eb089afa
commit f9836cf8aa
10 changed files with 800 additions and 311 deletions
+3 -1
View File
@@ -93,8 +93,10 @@ message NodeInfo {
string git_commit = 2;
// The node start timestamp
uint64 start_time_ms = 3;
// The CPU cores number in the node.
// The CPU cores number of the node.
uint32 cpus = 4;
// The memory bytes of the node.
uint64 memory_bytes = 5;
}
message RegionStat {