提交 cea04f3c 编写于 作者: wu-sheng's avatar wu-sheng 提交者: Gao Hongtao

Wrong host name. (#2397)

上级 975a06d1
......@@ -78,7 +78,7 @@ public class ServiceMeshMetricDataDecorator {
destServiceInstanceId = CoreRegisterLinker.getServiceInstanceInventoryRegister()
.getOrCreate(destServiceId, origin.getDestServiceInstance(), origin.getDestServiceInstance(),
origin.getEndTime(),
getOSInfoForMesh(origin.getSourceServiceInstance()));
getOSInfoForMesh(origin.getDestServiceInstance()));
if (destServiceInstanceId != Const.NONE) {
getNewDataBuilder().setDestServiceInstanceId(destServiceInstanceId);
} else {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册