python-diamond / Diamond

Diamond is a python daemon that collects system metrics and publishes them to Graphite (and others). It is capable of collecting cpu, memory, network, i/o, load and disk metrics. Additionally, it features an API for implementing custom collectors for gathering metrics from almost any source.
http://diamond.readthedocs.org/
MIT License
1.74k stars 601 forks source link

Mysql performance schema collector #655

Open massiccio opened 7 years ago

massiccio commented 7 years ago

Hello,

I have written a collector which parses data from the mysql performance schema. You can find it here

It was tested on MariaDB 10.1 and Percona 5.7 on both CentOS 6.8 and CentOS 7.

shortdudey123 commented 2 years ago

Feel free to submit a PR.