-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
Percona input plugin #1645
Comments
@xert rather than overloading the mysql plugin, I would prefer if we had a separate |
@sparrc That was my initial perspective too and it's still a possible option, of course. I see this possible solutions:
I think that the best approach is 3. and then work on 4. Currently I see there are opportunities for improvement in the mysql plugin. For example the metric queries are defined as constants at the top of the file and are used later in functions. If You change the SQL it's not obvious which parts of code are affected by this change. I think it lead to missing column in #1647. What do You think? |
Personally I still prefer (1), because when we're talking about a MySQL database I don't think adding 1 more connection is much overhead. Although percona is obviously closely related to MySQL, it's definitely a separate product and I think it makes sense to collect percona-specific metrics only. |
Ok, I'll try to make a new plugin collecting just percona specifics. |
Is there any update here? |
Hi @xert, can you share your current working patch please? I'd love to give it a try... :D |
Closed in #4306 |
Feature Request
Proposal:
I wish to add Percona user statistics https://www.percona.com/doc/percona-server/5.6/diagnostics/user_stats.html into the mysql input plugin.
I have a working patch for this. Should I add PR?
Current behavior:
Percona user statistics currently not implemented in the mysql plugin
Desired behavior:
Add Percona user statistics to mysql input plugin
Use case: [Why is this important (helps with prioritizing requests)]
Allows to monitor user, client, table and index usage (see the Percona documentation linked above)
The text was updated successfully, but these errors were encountered: