We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc49986 commit 36825abCopy full SHA for 36825ab
pkg/controller/telemetry/metric.go
@@ -361,12 +361,7 @@ func (m *MetricController) getWorkloadByAddress(address []byte) (*workloadapi.Wo
361
networkAddr.Address, _ = netip.AddrFromSlice(address)
362
workload := m.workloadCache.GetWorkloadByAddr(networkAddr)
363
if workload == nil {
364
-<<<<<<< HEAD
365
- log.Debugf("cannot find workload %s", networkAddr.Address.String())
366
- return nil, ""
367
-=======
368
return nil, networkAddr.Address.String()
369
->>>>>>> 6abe3a1 (change Ip conversion)
370
}
371
return workload, networkAddr.Address.String()
372
0 commit comments