-
Notifications
You must be signed in to change notification settings - Fork 528
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
CGroup memory utilization metric in stack monitoring for integration server is not available on ESS #8596
Comments
This most certainly will require a fix in the Kibana code where the stack monitoring part lives. |
I was looking into this but it seems the memory limit metric has the same issue: I've opened a PR to address both. |
With the help of @miltonhultgren and @fearful-symmetry the root cause was identified as cgroups V2 metric limits currently not being reported for the stats HTTP endpoint, see elastic/elastic-agent-system-metrics#64 |
It could be that Kibana also doesn't manage this correctly, I took a brief look at @kruskall 's PR and it shows some places where we don't read from the new Metricbeat format, but I wanted the data fixed before so I could verify that! |
Moving this to the backlog until the underlying issues have been resolved. |
APM Server version (
apm-server version
): 8.3.*Description of the problem including expected versus actual behavior: Stack monitoring should show memory utilization for integration server
Steps to reproduce:
Integrations server overview
Integrations Server - Resource Usage
Other details
The metric seems to plot
beats_stats.metrics.beat.cgroup.memory.mem.usage.bytes
but as per metricbeat documents the correct field should be eitherbeats_stats.metrics.beat.cgroup.mem.usage.bytes
orbeat.stats.cgroup.memory.mem.usage.bytes
The text was updated successfully, but these errors were encountered: