You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
eBPF data have a dedicated field called "comm" that returns the command that generates the data. However a more richer data context would enhance the quality of the exported data.
Solution:
Export cgroup id, tgid from eBPF
Reconstruct the container_id, container_name and container_runtime from the APIs (docker,crio,etc..)
Attach the metadata in the user space in the consumer API
Is your feature request related to a problem?
Yes
Problem Description:
eBPF data have a dedicated field called "comm" that returns the command that generates the data. However a more richer data context would enhance the quality of the exported data.
Solution:
Additional info