Skip to content

Commit

Permalink
enablepodlevel
Browse files Browse the repository at this point in the history
  • Loading branch information
vpidatala94 committed Feb 22, 2025
1 parent 740411e commit 147ca73
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkg/plugin/ebpfwindows/ebpf_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ func (p *Plugin) Init() error {
return err
}
p.parser = parser
p.cfg.EnablePodLevel = true
return nil
}

Expand All @@ -93,8 +94,6 @@ func (p *Plugin) Name() string {
// Start the plugin by starting a periodic timer.
func (p *Plugin) Start(ctx context.Context) error {
p.l.Info("Start ebpfWindows plugin...")
p.enricher = enricher.Instance()
p.enricher.Run()
p.pullCiliumMetricsAndEvents(ctx)
p.l.Info("Complete ebpfWindows plugin...")
return nil
Expand Down

0 comments on commit 147ca73

Please sign in to comment.