Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add process_pid and process_start_time to ebpf events (#381)
* 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