we’ve had an Mysql Health audit with an Percona Cosultant and they recommended us to use PMM - so we do now. And we find it great so far!
Unfortunately we noticed, that some important metrics do not show up in PMM. For Example almost the entire “InnoDB Checkopoint & Flushing”-Metrics. Everything else for InnoDB works good so far.
Hello @sbstnpl, there are some metrics that PMM cannot see unless you enable userstats=1 in your my.cnf file and restart MySQL. WARNING: Turning on userstats=1 can cause performance degradation because the stats generated by mysql need more CPU to compute compared to the basic stats provided by default.
@sbstnpl Unfortunately, I believe userstats=1 is only available in Percona Server. Since you are using community, these graphs will always be empty. I suggest you look into replacing Community with Percona Server. It is a drop-in replacement.