mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2025-01-18 08:06:16 +01:00
The format of the MySQL user credentials has been slightly changed: https://github.com/prometheus/mysqld_exporter/releases/tag/v0.15.0
4 lines
253 B
Django/Jinja
4 lines
253 B
Django/Jinja
MYSQLD_EXPORTER_PASSWORD="{{ vault_monitoring_mysql_password }}"
|
|
# TODO: review these settings
|
|
MYSQLD_EXPORTER_ARGS="--collect.binlog_size --collect.info_schema.processlist --collect.info_schema.userstats --mysqld.username={{ prometheus_mysqld_user }}"
|