PMM Client and RDS MySql Slow Query Table integration?

Hi, I know in the docs it says that PMM can’t use the slow query logs for RDS MySQL, because it can’t get to the files. I was wondering if I created the Slow Query logs as a table, if the PMM client would be smart enough to gather them from the table source.

I was reading the PMM client source code and couldn’t figure out if it was smart enough too.

e.g. General Query log as Table, but I’d just do it for Slow Query log:
[url]GumGum Tech Blog

you need to enable performance_schema for RDS instance.
PMM can read Query stats from both sources, performance_schema OR Slow Log.