-
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
[Metricbeat] Add process_list metricset to MySQL module #19851
Conversation
Pinging @elastic/integrations-services (Team:Services) |
This pull request is now in conflicts. Could you fix it? 🙏
|
This pull request does not have a backport label. Could you fix it @sayden? 🙏
NOTE: |
@sayden - Closing this one as there were no activity for a while |
What does this PR do?
Adds process list information to the MySQL module as a separate metricset.
Why is it important?
This is the kind of information that is very useful for some type of MySQL users but not so much to other so it's better to have it in an isolated Metricset. Allows to see the list of processes in MySQL by user, db, and the query that is being executed, as well as the connection ID to kill the process if necessary.
Checklist
[ ] My code follows the style guidelines of this project[ ] I have commented my code, particularly in hard-to-understand areas[ ] I have added tests that prove my fix is effective or that my feature worksCHANGELOG.next.asciidoc
orCHANGELOG-developer.next.asciidoc
.Related issues