Merge "Fix Prometheus mysqld exporter pointing to VIP address"
This commit is contained in:
commit
9995f2d89d
@ -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 }}
|
||||
|
6
releasenotes/notes/bug-1863041-30d87a768339251b.yaml
Normal file
6
releasenotes/notes/bug-1863041-30d87a768339251b.yaml
Normal 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>`
|
Loading…
Reference in New Issue
Block a user