...
|
...
|
@@ -35,7 +35,7 @@ public class ZkMonitorCtrl { |
|
|
if (response == null || CollectionUtils.isEmpty(response)) {
|
|
|
return null;
|
|
|
}
|
|
|
log.info("getHostInfos success and total={}", response);
|
|
|
log.info("getZkMonitorRecords success and data={}", response);
|
|
|
return new BaseResponse<Object>(response);
|
|
|
}
|
|
|
|
...
|
...
|
|