Is it possible to use prometheus exporter when mysql is running on a different port then 3306? When i change the /etc/.mysqld_exporter.cnf file for looking at another port. it still tries to connect with port 3306. changes i have made are.
[client] user=mysqld_exporter password=apassword host=localhost:portnumber exporter service is running with error level=error msg="Error pinging mysqld: dial tcp: lookup localhost:45654:3306: -- You received this message because you are subscribed to the Google Groups "Prometheus Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/2c4f5548-0d4e-444a-84ee-4805660fad44n%40googlegroups.com.

