4d1f37359d
This patch adds the ansible role to deploy the prometheus service which can be used to collect performance metrics accross the environment Partially-Implements: blueprint prometheus Change-Id: I908b9c9dad63ab5c9b80be1e3a80a4fc8191cb9e
6 lines
172 B
Django/Jinja
6 lines
172 B
Django/Jinja
[client]
|
|
host={{ database_address }}
|
|
port={{ database_port }}
|
|
user={{ prometheus_mysql_exporter_database_user }}
|
|
password={{ prometheus_mysql_exporter_database_password }}
|