Wrong host name. (#2397)
This commit is contained in:
parent
975a06d163
commit
cea04f3ca0
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue