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

Improve mysql plugin #403

Closed
daviesalex opened this issue Nov 30, 2015 · 6 comments
Closed

Improve mysql plugin #403

daviesalex opened this issue Nov 30, 2015 · 6 comments

Comments

@daviesalex
Copy link

The telegraf MySQL plugin is extremely simple (runs SHOW GLOBAL STATUS) and parses a small number of counters from it).

We propose to work on an improved plugin that mimics the functionality of the best open source plugin today (https://github.com/prometheus/mysqld_exporter). This includes data from the performance schema (if enabled), information schema, some replication commands and so on. We also intend to add monitoring of Galera statistics.

Filing this issue here before we commence work to get any feedback from the community; if not we will work on this and share early code/a PR.

@skynet
Copy link

skynet commented Dec 9, 2015

👍

@miguel250
Copy link

@daviesalex any update on this?

@daviesalex
Copy link
Author

@miguel250, not just yet, but we have started work on this and hope to have something to share in January.

@v9n
Copy link
Contributor

v9n commented Jan 19, 2016

@daviesalex Are you working on this? I have an idea to report information of each table(records count, last write,..) and exec a configured MySQL query, then gather field to report to InfluxDB? Can I join your effort.

@maksadbek
Copy link
Contributor

Hi @kureikain, Currently I am working on it, almost finished. Only fixing metric names and tags is left.

@v9n
Copy link
Contributor

v9n commented Jan 21, 2016

Thanks @maksadbek So exicting :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants