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

Support cgroups v1 and v2 for Docker containers #2229

Merged
merged 4 commits into from
Sep 21, 2023
Merged

Support cgroups v1 and v2 for Docker containers #2229

merged 4 commits into from
Sep 21, 2023

Commits on Sep 21, 2023

  1. Support cgroups v1 and v2 for Docker containers

    Previously the agent was only capable of gleaning a Docker container id
    by leveraging a cgroups v1 approach. Now, it will first attempt to
    leverage a cgroups v2 approach and fall back to the v1 approach if that
    doesn't work. All other Docker related behavior such as that seen with
    containers that don't have cgroups functionality enabled is not
    impacted.
    fallwith committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    3d350aa View commit details
    Browse the repository at this point in the history
  2. CHANGELOG: PR 2026

    Update CHANGELOG for the Docker container id support for cgroups v2 / PR
    2026
    fallwith committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    6ec042d View commit details
    Browse the repository at this point in the history
  3. CHANGELOG: reference PR, not Issue

    For the Docker container id support for cgroups v2, reference the PR,
    not the Issue
    fallwith committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    eec7037 View commit details
    Browse the repository at this point in the history
  4. Update CHANGELOG.md

    Co-authored-by: Kayla Reopelle (she/her) <87386821+kaylareopelle@users.noreply.github.com>
    fallwith and kaylareopelle authored Sep 21, 2023
    Configuration menu
    Copy the full SHA
    fcb55e0 View commit details
    Browse the repository at this point in the history