I want to get a list of queries executed against my mysql instance, I also want to get list of executions counts for them and duration,
I can get these stats in something like datadog APM, but I would like to be able to run a query for them locally.
is there a table or schema I need to look at?