We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbc4bc9 commit 855d7d1Copy full SHA for 855d7d1
ydb/core/protos/node_whiteboard.proto
@@ -319,7 +319,7 @@ message TSystemStateInfo {
319
optional string DataCenter = 16;
320
optional uint32 RackId = 17;
321
optional string Rack = 18;
322
- optional string Host = 19;
+ optional string Host = 19 [(DefaultField) = true];
323
optional string Version = 20 [(DefaultField) = true];
324
repeated TPoolStats PoolStats = 21 [(DefaultField) = true];
325
repeated TEndpoint Endpoints = 22 [(DefaultField) = true];
0 commit comments