-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[stack monitoring][apm] use cgroup values for memory #96403
Comments
Pinging @elastic/stack-monitoring (Team:Monitoring) |
@simitt |
There are no I suggest we
@axw are ok with this or did you have something different in mind? |
Sounds good to me. |
Can we please make sure the changes will work for both container and non container environments? |
The changes should only affect |
from #79050
While testing
7.13
on cloud I realized that the changes added in #90873 only covered usingcgroup
values forCPU
, but not formemory
usage.Unfortunately I missed this during the PR review.
The collected cgroup values are stored in
beats_stats.metrics.beat.cgroup.memory.*
. I suggest we show thebeats_stats.metrics.beat.cgroup.memory.mem.usage.bytes
andGC Next
(unchanged) for cgroup data.@igoristic can you also add the memory changes for
7.13
? At the moment it is a bit surprising to see CPUcgroup
vs. memorysystem
usage.cc @elastic/apm-server @ruflin
The text was updated successfully, but these errors were encountered: