-
Notifications
You must be signed in to change notification settings - Fork 36
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
Add support for INNODB_METRICS #19
Comments
Thanks for the suggestion! |
@art-spilgames I'm looking forward to your findings! :) |
Hi Kenny, I actually got it working in a crude way by adding only a few lines to the config in the mysql section: This should enable you to pick up the metrics under the innometrics container but you should be able to rename it to any container you like. There is a ton of other information in the innodb_metrics, but the question is how to make use of that. We could implement a preprocessor for the innodb_metrics table, however then we need to have a clear idea what metrics would be interesting. |
hi @grypyrg, Could you let us know if @art-spilgames's suggestion solved the problem? |
I don't necessarily have a problem that needs to be resolved. Just want to make sure that the necessary data is collected. It's great that this can be solved with some configuration. I think count is enough. The other columns look less interesting to me. |
Currently there is no logic in the application about which versions support what metrics as we wanted it to keep it as simple as possible. |
👍 |
I can try to help and find out. I'll add it to my todo list, but it won't have big priority so might take a while. |
It would be good to add support for information_schema.INNODB_METRICS: http://dev.mysql.com/doc/refman/5.6/en/innodb-metrics-table.html
The text was updated successfully, but these errors were encountered: