Skip to content

Commit

Permalink
fix compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
marctc committed Jul 11, 2024
1 parent a05858f commit 4d09646
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/internal/ebpf/kafkago/kafkago.go
Original file line number Diff line number Diff line change
Expand Up @@ -158,5 +158,6 @@ func (p *Tracer) Run(ctx context.Context, eventsChan chan<- []request.Span) {
p.pidsFilter,
p.bpfObjects.Events,
p.metrics,
nil,
)(ctx, append(p.closers, &p.bpfObjects), eventsChan)
}

0 comments on commit 4d09646

Please sign in to comment.