Skip to content

Commit 36825ab

Browse files
solve conflict
Signed-off-by: LiZhenCheng9527 <lizhencheng6@huawei.com>
1 parent bc49986 commit 36825ab

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

pkg/controller/telemetry/metric.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -361,12 +361,7 @@ func (m *MetricController) getWorkloadByAddress(address []byte) (*workloadapi.Wo
361361
networkAddr.Address, _ = netip.AddrFromSlice(address)
362362
workload := m.workloadCache.GetWorkloadByAddr(networkAddr)
363363
if workload == nil {
364-
<<<<<<< HEAD
365-
log.Debugf("cannot find workload %s", networkAddr.Address.String())
366-
return nil, ""
367-
=======
368364
return nil, networkAddr.Address.String()
369-
>>>>>>> 6abe3a1 (change Ip conversion)
370365
}
371366
return workload, networkAddr.Address.String()
372367
}

0 commit comments

Comments
 (0)