elastic / elastic-agent-system-metrics

Apache License 2.0
0 stars 22 forks source link

cgroups V2 metrics should report limits for the `stats` HTTP endpoint #64

Open fearful-symmetry opened 1 year ago

fearful-symmetry commented 1 year ago

Filed with the help of @miltonhultgren and @axw

Right now, cgroups V1 metrics will report limit information for the memory controller. Under C2, none of the controllers report limits for cgroups, only metrics. If we want this info to appear in the /stats endpoint used by the beats, two things need to happen:

simitt commented 1 year ago

To add some context - this issue was identified as the root cause for a bug in APM Server stack monitoring https://github.com/elastic/apm-server/issues/8596.