Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(process-monitor): Include information about namespaces #207

Merged
merged 1 commit into from Oct 16, 2023

Commits on Oct 16, 2023

  1. feat(process-monitor): Include information about namespaces

    This is a preparatory change for supporting container monitoring
    in Pulsar. Containers are just set of namespaces, so the easiest
    way to recognize that a process belongs to a particular container
    from information available from BPF programs, is to do that based
    on namespaces.
    
    For now, we simply add information about all namespaces for each
    executed or forked process.
    vadorovsky committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    dde7040 View commit details
    Browse the repository at this point in the history