1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2025-01-18 08:06:16 +01:00
infrastructure/roles/prometheus_exporters/templates/prometheus-mysqld-exporter.j2
2020-09-12 22:08:00 +02:00

4 lines
245 B
Django/Jinja

DATA_SOURCE_NAME="{{ prometheus_mysqld_user }}:{{ vault_monitoring_mysql_password }}@(localhost:3306)/"
# TODO: review these settings
MYSQLD_EXPORTER_ARGS="--collect.binlog_size --collect.info_schema.processlist --collect.info_schema.userstats"