Merge "Fix Prometheus mysqld exporter pointing to VIP address"

This commit is contained in:
Zuul 2020-03-01 13:07:33 +00:00 committed by Gerrit Code Review
commit 9995f2d89d
2 changed files with 8 additions and 2 deletions

View File

@ -1,5 +1,5 @@
[client]
host={{ database_address }}
port={{ database_port }}
host={{ api_interface_address }}
port={{ mariadb_port }}
user={{ prometheus_mysql_exporter_database_user }}
password={{ prometheus_mysql_exporter_database_password }}

View File

@ -0,0 +1,6 @@
---
fixes:
- |
Each Prometheus mysqld exporter points now to its local mysqld
instance (MariaDB) instead of VIP address.
`LP#1863041 <https://launchpad.net/bugs/1863041>`