-
Notifications
You must be signed in to change notification settings - Fork 149
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
[Kubernetes Integration] Investigate Elastic Agent API calls and check memory consumption #4122
Comments
Elastic Agent API calls towards k8s API:
Some information on this:
On kind (1.29) getting this error:
check memory consumption
Memory consumption consist of 2 parts:
so can be used For more info:
FYI:
|
Right, so there's a couple of other things we need beyond #3223:
|
Logs only:
|
Leverage APM Tracing(#2612 (comment)) in order to investigate:
Update
Background
get the base line of current resource usage (8.12.x) and the method to measure it, just for the internal understanding
Goals
Understand internally how to get metrics:
Measure:
a) Memory
we are not splitting sub-processes for now, just elastic-agent
b) CPU
c) API calls (from both agent and underlying beats)
Actions
are we required to use system integration - yes, we want to get info over time
but how to get mem info for the elastic-agent - k8s related providers
cluster only with agent with empty policy - check the base line of resource usage + api calls (with audit logs)
enable k8s integration - check the mem/cpu change
The text was updated successfully, but these errors were encountered: