Skip to content

Commit

Permalink
ebpf: Public PID and EXE labels for debugging (#3053)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonswine authored Feb 28, 2024
1 parent 102fd86 commit 2a03044
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ebpf/cmd/playground/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,8 @@ func getProcessTargets() []sd.DiscoveryTarget {
"__meta_process_exe": exe,
"__meta_process_comm": string(comm),
"__meta_process_cgroup": string(cgroup),
"pid": spid,
"exe": exe,
}
res = append(res, target)
}
Expand Down

0 comments on commit 2a03044

Please sign in to comment.