feat: add cpu cores count in heartbeat's node info (#217)

* feat: add cpu cores number to `NodeInfo`
This commit is contained in:
LFC
2025-02-20 11:28:29 +08:00
committed by GitHub
parent fc09a56966
commit a25adc8a01
5 changed files with 366 additions and 197 deletions
+2
View File
@@ -70,6 +70,8 @@ message NodeInfo {
string git_commit = 2;
// The node start timestamp
uint64 start_time_ms = 3;
// The CPU cores number in the node.
uint32 cpus = 4;
}
message RegionStat {