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

Support MySQL 8, Percona and MariaDB in metricbeat #10261

Merged
merged 11 commits into from
Jan 23, 2019

Conversation

jsoriano
Copy link
Member

@jsoriano jsoriano commented Jan 22, 2019

Support Percona, MariaDB and newer versions of MySQL in metricbeat (#10257).

Upgrade mysql driver to 1.4.1 to support default authentication method in MySQL 8.

@jsoriano jsoriano added enhancement in progress Pull request is currently in progress. module Metricbeat Metricbeat Team:Integrations Label for the Integrations team labels Jan 22, 2019
@jsoriano jsoriano self-assigned this Jan 22, 2019
@jsoriano jsoriano requested review from a team as code owners January 22, 2019 19:00
@jsoriano
Copy link
Member Author

jenkins, test this again

@@ -3,10 +3,22 @@
"ignore": "test github.com/elastic/beats",
"package": [
{
"checksumSHA1": "42vkdsxNaLyPu+FktCzZ/8zsNSE=",
"path": "appengine/cloudsql",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wonder why this entry does not have a revision but is still here?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Umm, we have another case in the main one. This was added by govendor, maybe because it appears in an import in the google.golang.org/appengine/cloudsql package itself. 🤔

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perhaps govendor adds an "empty" to level entry for all packages even if there is no code inside?

@jsoriano jsoriano changed the title Test metricbeat module for MySQL with Percona and MariaDB too Support MySQL 8, Percona and MariaDB in metricbeat Jan 23, 2019
@jsoriano jsoriano added review needs_backport PR is waiting to be backported to other branches. v6.7.0 and removed in progress Pull request is currently in progress. labels Jan 23, 2019
@jsoriano jsoriano merged commit 64c0b7f into elastic:master Jan 23, 2019
@jsoriano jsoriano deleted the metricbeat-mysql-8 branch January 23, 2019 19:39
@jsoriano jsoriano removed the needs_backport PR is waiting to be backported to other branches. label Jan 23, 2019
jsoriano added a commit to jsoriano/beats that referenced this pull request Jan 23, 2019
Test metricbeat module for MySQL with Percona and MariaDB too
Update mysql driver to support default authentication method in MySQL 8.

(cherry picked from commit 64c0b7f)
jsoriano added a commit that referenced this pull request Feb 3, 2019
Test metricbeat module for MySQL with Percona and MariaDB too
Update mysql driver to support default authentication method in MySQL 8.

(cherry picked from commit 64c0b7f)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants