-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Add procs running #33614
Add procs running #33614
Conversation
Pinging @elastic/elastic-agent (Team:Elastic-Agent) |
This pull request does not have a backport label.
To fixup this pull request, you need to add the backport labels for the needed
|
Github CI lint errors are unfixable; the github runner can't compile with cgo, so it's failing on files that import something with cgo. |
* start adding thread counts * finish adding thread metrics to process_summary * add changelog * fix test * fix CI * still fixing CI
What does this PR do?
Closes #31074
This adds a little subsection to the
system_summary
metricset with data on individual threads extracted from/proc/stat
I was a little unsure of where to put this, since it's such a small change that isn't really needed by anything else, so I figured it wasn't worth it to throw it in a separate library somewhere.
Why is it important?
Some users want per-thread metrics, see original issue.
Checklist
CHANGELOG.next.asciidoc
orCHANGELOG-developer.next.asciidoc
.