feat: add memory_bytes field (#274)
This commit is contained in:
@@ -50,4 +50,8 @@ message MetasrvNodeInfo {
|
||||
string git_commit = 3;
|
||||
// The node start timestamp in milliseconds.
|
||||
uint64 start_time_ms = 4;
|
||||
// The CPU cores number of the node.
|
||||
uint32 cpus = 5;
|
||||
// The memory bytes of the node.
|
||||
uint64 memory_bytes = 6;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user