-
Notifications
You must be signed in to change notification settings - Fork 1.2k
collect innodb statistics #621
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
Conversation
Looks good to me. |
There are some values in innodb stats that should be considered to be gauge: innodb_os_log_pending_* |
Very interested in getting the innodb variables included. I've gone through the ones in SHOW STATUS on 5.6 and tried to sort out which are counter-esque vs gauge-esque. Included below (sorry for long comment). #248 actually seems to cover this well Innodb_Buffer_Pool_Dump_Status NaN |
This PR is not considered the difference of types of variables. Therefore, it would be better if there will be only #248. |
As of 5.6 there are some important innodb metrics that are missing in #248: The rest of remarkable missing values are gauge types that should also be useful: |
Thanks @marekbecka |
No description provided.