-
Notifications
You must be signed in to change notification settings - Fork 23
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
metric/system/cgroup: introduce cache for cgroup v2 #117
Conversation
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.
Approved. Optional suggestion.
b7e4327
to
2498acd
Compare
Signed-off-by: Florian Lehner <[email protected]>
f4c21aa
to
dcf15d6
Compare
Signed-off-by: Florian Lehner <[email protected]>
Signed-off-by: Florian Lehner <[email protected]>
dcf15d6
to
204546d
Compare
sorry - but making linter happy seems to be impossible ... |
@cmacknz should we just force merge this one? |
If the linter is the only problem we can force merge this, at least for me the linter is not even a blocking step (the squash and merge button is available) so there is no force merge required. |
What does this PR do?
Reintroduce the improvements from #103. This PR got reverted with #113 because of #109. The issue, that got reported in #109, was fixed with #116.
So its time to bring back the performance improvements by reintroducing the cache for cgroup v2.
Why is it important?
Checklist
I have added tests that prove my fix is effective or that my feature worksI have added an entry inCHANGELOG.md