Hi everyone,
I'm trying to monitor an Azure MySQL instance using a prometheus-mysql-exporter deployed on Kubernetes via Helm chart
The problem is that Azure MySQL requires TLS connection and I didn't find a way to pass the ssl-key and the ssl-cert to be used by the exporter when communicating to the Azure MySQL
In the official documentation it's not clear how I could do it and my research didn't help me too
Could someone, please, point me to the right direction?
Thanks in advance