优化mtr探测策略、增加ipv6相关字段
This commit is contained in:
+5
@@ -207,6 +207,11 @@ public class RmMtrProbeResultServiceImpl implements IRmMtrProbeResultService
|
||||
info != null && info.getPacketLossRate() != null ?
|
||||
info.getPacketLossRate() :
|
||||
0);
|
||||
// 每一跳的分析结果
|
||||
extractors.put("deployDevice", info ->
|
||||
info != null && info.getHopResult() != null ?
|
||||
info.getHopResult() :
|
||||
null);
|
||||
Map<String, Object> resultMap = EchartsDataUtils.buildEchartsDataAutoPadding(
|
||||
list, RmMtrProbeResult::getCreateTime, extractors, rmMtrProbeResult.getStartTime(), rmMtrProbeResult.getEndTime()
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user