Skip to content

Commit

Permalink
Fix istioProbes
Browse files Browse the repository at this point in the history
  • Loading branch information
gjulianm committed Nov 22, 2024
1 parent 356c00d commit 50aa84d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/network/usm/istio.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 50aa84d

Please sign in to comment.