Skip to content

Commit

Permalink
retinaebpfapi#syscall#4
Browse files Browse the repository at this point in the history
  • Loading branch information
vpidatala94 committed Feb 22, 2025
1 parent 3359c97 commit c3635d3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/plugin/ebpfwindows/ebpf_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ func (p *Plugin) Name() string {
func (p *Plugin) Start(ctx context.Context) error {
p.l.Info("Start ebpfWindows plugin...")
p.enricher = enricher.Instance()
p.enricher.Run()
defer p.enricher.Reader.Close()
p.pullCiliumMetricsAndEvents(ctx)
p.l.Info("Complete ebpfWindows plugin...")
return nil
Expand Down

0 comments on commit c3635d3

Please sign in to comment.