metricbeat: collect total thread count per process#36578
Merged
AndersonQ merged 2 commits intoelastic:mainfrom Oct 4, 2023
Merged
metricbeat: collect total thread count per process#36578AndersonQ merged 2 commits intoelastic:mainfrom
AndersonQ merged 2 commits intoelastic:mainfrom
Conversation
AndersonQ
commented
Sep 13, 2023
go.mod
Outdated
| // Exclude this version because the version has an invalid checksum. | ||
| exclude github.com/docker/distribution v2.8.0+incompatible | ||
|
|
||
| replace github.com/elastic/elastic-agent-system-metrics => github.com/AndersonQ/elastic-agent-system-metrics v0.0.0-20230913114254-ef72b6fa59d9 |
Member
Author
There was a problem hiding this comment.
As soon as elastic/elastic-agent-system-metrics#96 gets merged and elastic-agent-system-metrics v0.5.0 released, I'll remove the replace and properly upgrade elastic-agent-system-metrics to v0.5.0.
95dfb9c to
07bfb27
Compare
Contributor
07bfb27 to
14404e7
Compare
belimawr
previously requested changes
Sep 14, 2023
libbeat/tests/system/beat/beat.py
Outdated
Comment on lines
+680
to
+682
| # print("===================================================================================================") | ||
| # print("doc_list:", doc_list) | ||
| # print("===================================================================================================") |
Contributor
There was a problem hiding this comment.
Debug comments?
Suggested change
| # print("===================================================================================================") | |
| # print("doc_list:", doc_list) | |
| # print("===================================================================================================") |
libbeat/tests/system/beat/beat.py
Outdated
Comment on lines
+723
to
+726
|
|
||
| print( "=================================================================================================") | ||
| print("path:", path) | ||
| print( "=================================================================================================") |
Contributor
There was a problem hiding this comment.
Debug comments?
Suggested change
| print( "=================================================================================================") | |
| print("path:", path) | |
| print( "=================================================================================================") |
44aea18 to
18e0a67
Compare
98b2b4d to
fa6ad19
Compare
Member
Author
|
/test |
Upgrades elastic-agent-system-metrics to v0.7.0 in order to collect the number of threads per process.
fa6ad19 to
8ec8800
Compare
fearful-symmetry
approved these changes
Oct 2, 2023
jlind23
approved these changes
Oct 4, 2023
Contributor
jlind23
left a comment
There was a problem hiding this comment.
Already approved by @fearful-symmetry
4 tasks
Scholar-Li
pushed a commit
to Scholar-Li/beats
that referenced
this pull request
Feb 5, 2024
* metricbeat: collect number of threads per process Upgrades elastic-agent-system-metrics to v0.7.0 in order to collect the number of threads per process.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Collect the total by thread count per process upgrading elastic-agent-system-metrics to v0.7.0
Proposed commit message
metricbeat: collect total thread count per process
Upgrades elastic-agent-system-metrics to v0.5.0 in order to collect the total thread count per process.
Checklist
[ ] I have commented my code, particularly in hard-to-understand areas[ ] I have made corresponding changes to the documentation[ ] I have made corresponding change to the default configuration files[ ] I have added tests that prove my fix is effective or that my feature worksCHANGELOG.next.asciidocorCHANGELOG-developer.next.asciidoc.Related issues
process.GetInfoForPidcollects the total thread count elastic-agent-system-metrics#100Logs