");
- content.append("");
- content.append(clusterService.getMQClusterById(brokerStoreStat.getClusterId()).getName());
- content.append(" | ");
- content.append("");
- content.append(mqCloudConfigHelper.getBrokerStoreLink(brokerStoreStat.getClusterId(),
- brokerStoreStat.getBrokerIp()));
- content.append(" | ");
- content.append("");
- content.append(brokerStoreStat.getAvg());
- content.append("ms | ");
- content.append("");
- content.append(brokerStoreStat.getPercent90());
- content.append("ms | ");
- content.append("");
- content.append(brokerStoreStat.getPercent99());
- content.append("ms | ");
- content.append("");
- content.append(brokerStoreStat.getMax());
- content.append("ms | ");
- content.append("");
- content.append(brokerStoreStat.getCount());
- content.append(" | ");
- content.append("
");
- }
- if (content.length() <= 0) {
+ if (brokerStoreStatList.size() == 0) {
return;
}
- String header = "