-
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
Gather all mysql channels #5517
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed
any change of adding support for mariadb and so fixing bug #6395 |
any updates? |
# Conflicts: # plugins/inputs/mysql/mysql.go
@glinton - I've updated the PR with MariaDB-related things. I really hope it won't be waiting for another half a year before something else is changed and we need to fix it again and again. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for the long delay, i haven't been on the telegraf team for a while. @sjwang90 will likely know more about when this can fit in their timeline, so i won't approve or block this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Had some small comments in the code. The most relevant one is regarding the type-assertion to *sql.RawBytes
.
@srebhan I've addressed your comments. Could you please check it now? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
Required for all PRs: