Wrong host name. (#2397)

This commit is contained in:
吴晟 Wu Sheng 2019-03-22 19:55:02 -07:00 committed by Gao Hongtao
parent 975a06d163
commit cea04f3ca0
1 changed files with 1 additions and 1 deletions

View File

@ -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 {