-
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
Performance metricsets of Metricbeat MySQL module does not working with MySQL 5.7 #25069
Comments
Pinging @elastic/integrations (Team:Integrations) |
Hi, I have the same Issue with MariaDB (10.5 and 10.6) - there the quantile_95 column just does not exist in |
Hi! I currently have the same probleme with my MariaDB 10.6 servers. MySQL has this column (https://dev.mysql.com/doc/refman/8.0/en/performance-schema-statement-summary-tables.html), but MariaDB doesn't seem to implemented that column (https://mariadb.com/kb/en/performance-schema-events_statements_summary_by_digest-table/). Could you please make this query optional, so the other metrics can be collected from MariaDB? Thanks and best regards, |
Not sure what exact MySQL version added From a MySQL 5.7 instance
|
This is still an issue, I see thew tests were changed to remove the "offending" versions of MySQL and MariaDB to make them pass, but there is no practical fix for this near 3 years after it was reported? |
Updates: I'll test this and send a pull request. Just a heads up, in MariaDB, the condition won't work for adding For Percona, the condition works fine. They've moved to versions starting from Thanks! |
Update: |
I still have the bug with MariaDB 10.5.22 and Elastic Agent 8.14.3. It should be fixed in Metricbeat 8.14.3 https://www.elastic.co/guide/en/beats/libbeat/8.14/release-notes-8.14.3.html But I'm not sure if Elastic Agent and Metricbeat versions are aligned. |
Hey @sebastien-prudhomme, |
Definitely fixed for me in 8.15.0 |
Metricbeat - MySQL - performance metricsets fails with the following errors when enabling it for MySQL 5.7.
For the
quantile_95
field, I can find it on 8.0 Manual but not on 5.7 manual. So, it seems this metricsets is not supported MySQL 5.7 but our document says MySQL module is expected to work with all versions >=5.7.0.If the
quantile_95
column is required, we need to clarify this restriction in the documentation.The text was updated successfully, but these errors were encountered: