Hi All,

We have an openstack ansible setup. We are trying to collect statistics for mysql galera cluster.
I am trying to use the following mysql prometheus exporter at 

 https://github.com/prometheus/mysqld_exporter/releases .

But when I install the exporter into each of the three mysql galera nodes, I am not finding any mysql client statistics on the metrics url. Also when I checked the mysql databases 'information_schema' and 'performance_schema' , they were empty. How to get the relevant galera stats for the mysql cluster in openstack ?

Thanks
Kumar