We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It would appear the memsw/kmem reporting for cgroups isn't being reported correctly & after a discussion with @andrewkroh it seems to originate from https://github.com/elastic/beats/blob/master/metricbeat/module/system/process/cgroup.go#L120 where it's not using the local data variable, so all mem/memsw/kmem reporting is just using memory.Mem counters.
data
memory.Mem
The text was updated successfully, but these errors were encountered:
Fix process cgroup memory values
abf0acd
The mem values were being reported for the memsw, kmem, and kmem_tcp values. Fixes elastic#6033
I have opened a PR to fix this at #6034.
Sorry, something went wrong.
Fix process cgroup memory values (#6034)
49f6a19
The mem values were being reported for the memsw, kmem, and kmem_tcp values. Fixes #6033
Fix process cgroup memory values (elastic#6034)
7b08164
The mem values were being reported for the memsw, kmem, and kmem_tcp values. Fixes elastic#6033 (cherry picked from commit 49f6a19)
No branches or pull requests
It would appear the memsw/kmem reporting for cgroups isn't being reported correctly & after a discussion with @andrewkroh it seems to originate from
https://github.com/elastic/beats/blob/master/metricbeat/module/system/process/cgroup.go#L120
where it's not using the local
data
variable, so all mem/memsw/kmem reporting is just usingmemory.Mem
counters.The text was updated successfully, but these errors were encountered: