Skip to content

Commit

Permalink
add missing NPM perf map telemetry (#28073)
Browse files Browse the repository at this point in the history
  • Loading branch information
brycekahle authored Jul 30, 2024
1 parent 80d0781 commit fc52f43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/network/tracer/connection/util/conn_tracer.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ func SetupHandler(eventHandler ebpf.EventHandler, mgr *ebpf.Manager, cfg *config
},
}
mgr.PerfMaps = append(mgr.PerfMaps, pm)
ebpftelemetry.ReportPerfMapTelemetry(pm)
helperCallRemover := ebpf.NewHelperCallRemover(asm.FnRingbufOutput)
err := helperCallRemover.BeforeInit(mgr.Manager, nil)
if err != nil {
Expand Down

0 comments on commit fc52f43

Please sign in to comment.