perf(X-Pack): 阈值告警-优化告警内容模版

This commit is contained in:
fit2cloud-chenyw
2025-08-13 17:25:34 +08:00
committed by fit2cloud-chenyw
parent 0ff5042022
commit c607ca294a
2 changed files with 2 additions and 2 deletions

View File

@@ -193,7 +193,7 @@ public class ChartViewThresholdManage {
}
String timeText = "";
if (StringUtils.containsIgnoreCase(format, "HH")) {
timeText = " " + time;
timeText = " (" + time + ")";
}
return count + " " + unitText + suffixText + timeText;
} else {