diff --git a/pkg/network/usm/istio.go b/pkg/network/usm/istio.go index 90651ceca61e4d..cf59465e8d8771 100644 --- a/pkg/network/usm/istio.go +++ b/pkg/network/usm/istio.go @@ -99,7 +99,7 @@ func newIstioMonitor(c *config.Config, mgr *manager.Manager) *istioMonitor { ProcRoot: c.ProcRoot, Rules: []*uprobes.AttachRule{{ Targets: uprobes.AttachToExecutable, - ProbesSelector: nodeJSProbes, + ProbesSelector: istioProbes, ExecutableFilter: m.isIstioBinary, }}, EbpfConfig: &c.Config,