Hello,
When I add the mysql export on my client, the port changes each time : 42001 then 42002 then 42003 …
Prometheus manages to make the connection to get the metrics, only with port 42002, on the other ports I get the error “context deadline expected”.
On my firewall, ports 42000 to 50000 are open.
Example of command :
pmm-admin add mysql --server-url=_COPY15@myhttpsserver.com --query-source=slowlog --username=example --password=example
==> if I run a ps aux | grep pmm, the service runs on port 42001
pmm-admin remove mysql serverName-mysql
pmm-admin add mysql --server-url=_COPY15@myhttpsserver.com --query-source=slowlog --username=example --password=example
==> if I run a ps aux | grep pmm, the service runs on port 42002
Someone manages to reproduce it? I don’t know if it’s a bug, or a configuration problem on my side.
Have a nice day