-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Add support for CgroupsV2 in beats, migrate away from gosigar #27242
Merged
Merged
Changes from 1 commit
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
f57a803
finish first round of cgroupsv2 support
fearful-symmetry 2a4de30
Merge remote-tracking branch 'upstream/master' into cgroups2
fearful-symmetry e2db3b9
fix tests
fearful-symmetry 2485e87
remove old code, fix PctOpt
fearful-symmetry bbf1523
fix imports
fearful-symmetry 8315ab8
go mod tidy
fearful-symmetry 6c58941
Merge remote-tracking branch 'upstream/master' into cgroups2
fearful-symmetry 4897385
try to fix make notice again
fearful-symmetry 6e42fff
try again
fearful-symmetry 0cb854c
remove unneeded test files
fearful-symmetry 963a65c
fix test paths
fearful-symmetry 5c2c376
fix crossbuild issues
fearful-symmetry 9c8bc8c
fix tests, remove debug statement
fearful-symmetry 90cd5ec
change metadata, fight with mapping defs
fearful-symmetry c9c2263
fix v1 test, remove debug line
fearful-symmetry 1afde0e
somewhat hacky fix for fields issues
fearful-symmetry ea4ed18
fix v1 fetch, update fields again
fearful-symmetry 7cb31a1
Merge remote-tracking branch 'upstream/master' into cgroups2
fearful-symmetry 40ed2f0
fix omitempty issue
fearful-symmetry 783877d
make update
fearful-symmetry b53184b
remove older test
fearful-symmetry 9e6a9be
fix tests, cgv1 logic
fearful-symmetry f72ed57
remove old debug statement
fearful-symmetry 5fdfb0a
fix issue with how ubuntu mixes cgroups
fearful-symmetry 10a5395
clean up error handling in libbeat
fearful-symmetry ba7259a
changes based on feedback, increased error verbosity to try to fix ba…
fearful-symmetry a092765
fix fields, add more error messages for weird CI bug
fearful-symmetry a93271c
I give up, add tons of debug statements
fearful-symmetry e1cf240
fix issue with docker containers running under hybrid cgroups
fearful-symmetry 2e9b94d
fix hostfs state check
fearful-symmetry 0f03ac8
fix more broken tests
fearful-symmetry 038f397
fix names, log levels
fearful-symmetry dd7a681
more changes, docs, test
fearful-symmetry b2ccbf1
still making the mapping checks happy
fearful-symmetry eeda969
fix libbeat code I broke
fearful-symmetry File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😃
Where does it happen? How does
mountinfo
look in these cases?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Think you're looking at an older version, that's while I was debugging an issue with hybrid cgroups.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, but I was curious about what appeared in
mountinfo
when this happens 🙂There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh! The cgroups line just...isn't there.