Skip to content

Commit

Permalink
Add process_pid and process_start_time to ebpf events (#381)
Browse files Browse the repository at this point in the history
* Add process_pid and process_start_time to ebpf events

These two fields are needed to correlate data between
events and process_tree_events tables. We can uniquely
identify events in process_tree_events by using
(container_id, process_pid, process_start_time) tuple.
  • Loading branch information
samuelvl authored Oct 28, 2024
1 parent 38e892a commit 69d47b5
Show file tree
Hide file tree
Showing 8 changed files with 805 additions and 668 deletions.
22 changes: 11 additions & 11 deletions api/v1/kube/kube_api.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 16 additions & 6 deletions api/v1/kube/kube_api_grpc.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

42 changes: 21 additions & 21 deletions api/v1/runtime/common.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 69d47b5

Please sign in to comment.