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
Add the ability to ignore events by process name (comm). At the scap level, ignoring is by tid. At the sinsp level, as threads are added/removed from the thread table the comm is checked against a set of comms and if found the tid is added to the scap-level ignore hash table [#1139]
The container_manager can now receive callbacks to call when a new container is detected or an inactive one is removed [#1133]
Add support for adding custom container types alongside Docker etc (on sinsp level) [#1149]
Parse and store three new container_info fields: repository, tag and digest [#1127]
Skip proc scan in sinsp_dumper w/ threads_from_sinsp=true [#1164]