Skip to content
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

Closed

Conversation

sayden
Copy link
Contributor

@sayden sayden commented Jul 13, 2020

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 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 works
  • I have added an entry in CHANGELOG.next.asciidoc or CHANGELOG-developer.next.asciidoc.

Related issues

@sayden sayden added enhancement Team:Services (Deprecated) Label for the former Integrations-Services team labels Jul 13, 2020
@sayden sayden self-assigned this Jul 13, 2020
@botelastic botelastic bot added needs_team Indicates that the issue/PR needs a Team:* label and removed needs_team Indicates that the issue/PR needs a Team:* label labels Jul 13, 2020
@sayden sayden marked this pull request as ready for review July 13, 2020 16:47
@elasticmachine
Copy link
Collaborator

Pinging @elastic/integrations-services (Team:Services)

@mergify
Copy link
Contributor

mergify bot commented Apr 7, 2021

This pull request is now in conflicts. Could you fix it? 🙏
To fixup this pull request, you can check out it locally. See documentation: https://help.github.com/articles/checking-out-pull-requests-locally/

git fetch upstream
git checkout -b feature/mb/mysql/show_process_list upstream/feature/mb/mysql/show_process_list
git merge upstream/master
git push upstream feature/mb/mysql/show_process_list

@mergify
Copy link
Contributor

mergify bot commented Sep 22, 2021

This pull request does not have a backport label. Could you fix it @sayden? 🙏
To fixup this pull request, you need to add the backport labels for the needed
branches, such as:

  • backport-v./d./d./d is the label to automatically backport to the 7./d branch. /d is the digit

NOTE: backport-skip has been added to this pull request.

@mergify mergify bot added the backport-skip Skip notification from the automated backport with mergify label Sep 22, 2021
@jlind23
Copy link
Collaborator

jlind23 commented Mar 31, 2022

@sayden - Closing this one as there were no activity for a while

@jlind23 jlind23 closed this Mar 31, 2022
@zube zube bot removed the [zube]: Done label Jun 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport-skip Skip notification from the automated backport with mergify enhancement Metricbeat Metricbeat Team:Services (Deprecated) Label for the former Integrations-Services team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

need help to debug why Packetbeat not capturing postgresql
4 participants