Fix Prometheus mysqld exporter pointing to VIP address
Change-Id: I4f553bd0888e200ddf744604c5029e67a95ee2cd
Closes-bug: #1863041
(cherry picked from commit 410fcc6363
)
This commit is contained in:
parent
62f44ad51d
commit
aea4b7cc0b
@ -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