Skip to content
Snippets Groups Projects
Commit 410fcc63 authored by Radosław Piliszek's avatar Radosław Piliszek
Browse files

Fix Prometheus mysqld exporter pointing to VIP address

Change-Id: I4f553bd0888e200ddf744604c5029e67a95ee2cd
Closes-bug: #1863041
parent 340418d9
No related branches found
No related tags found
No related merge requests found
[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 }}
---
fixes:
- |
Each Prometheus mysqld exporter points now to its local mysqld
instance (MariaDB) instead of VIP address.
`LP#1863041 <https://launchpad.net/bugs/1863041>`
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment