-
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
socket_summary add more tcp status #9430
Conversation
Since this is a community submitted pull request, a Jenkins build has not been kicked off automatically. Can an Elastic organization member please verify the contents of this patch and then kick off a build manually? |
Pinging @elastic/infrastructure |
Hi @yaule Thanks for the PR. We'll need also a CHANGELOG entry. CI error is probably because a |
Awesome! We are one step closer, now we need to add some test. Take a look at the Beat Developer Guide https://www.elastic.co/guide/en/beats/metricbeat/5.5/metricbeat-developer-guide.html and check any other module for examples, like MySQL |
Here you can see the current test of the module that you can also modify to add the contents of this PR https://github.com/elastic/beats/blob/037e45f566228976f65b8b6352734f6aa921696e/metricbeat/module/system/socket_summary/socket_summary_test.go |
hi, @sayden . I submitted the code for the first time. Now I don't know what to do. Please tell me what I should do now. |
Hi @yaule, I think the code looks mostly fine, failing test in CI is not related. |
jenkins, test this |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for adding the tests, this LGTM, I have added some suggestions about fields descriptions.
@jsoriano Thank you! |
Co-Authored-By: yaule <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, waiting for jenkins
jenkins, test this |
1 similar comment
jenkins, test this |
(cherry picked from commit ca4e034)
(cherry picked from commit a8c7b1c)
(cherry picked from commit ca4e034) Co-authored-by: yaule <[email protected]>
No description provided.