display data center and rack in cluster.ps

This commit is contained in:
chrislu
2022-07-03 00:55:37 -07:00
parent 9f20d3ebd1
commit 3254f18343
6 changed files with 231 additions and 187 deletions

View File

@@ -324,6 +324,8 @@ message ListClusterNodesResponse {
string version = 2;
bool is_leader = 3;
int64 created_at_ns = 4;
string data_center = 5;
string rack = 6;
}
repeated ClusterNode cluster_nodes = 1;
}