Could I use mysql_exporter in PMM?

hi,

I want to gather the monitoring data using my own sql query.

but pmm does not support mysql_exporter. (not mysqld_exporter)

could I use mysql_exporter in PMM?

or… do I have to use mysql_exporter without pmm?

thanks.

I resolved this issue.

I’ve installed mysql_exporter with pmm docker version.

so I can gather the monitoring data using my own query.

  1. install the prometheus_mysql_exporter_master

  2. change the /etc/prometheus.yml file (not recommanded)

  3. it works!

thanks