Hi,
despite the startup message msg="Scraper enabled" scraper=info_schema.tables, I get no output from the inforomation_schema with table information.
Perhaps related, given the command line
/usr/local/bin/mysqld_exporter
--web.listen-address=.......:9104
--config.my-cnf=/usr/local/etc/mysqld_exporter/my.cnf
--collect.auto_increment.columns
--collect.binlog_size
--collect.engine_innodb_status
--collect.global_status
--collect.global_variables
--collect.info_schema.clientstats
--collect.info_schema.innodb_metrics
--collect.info_schema.innodb_cmp
--collect.info_schema.innodb_cmpmem
--collect.info_schema.processlist
--collect.info_schema.query_response_time
--collect.info_schema.tables
--collect.info_schema.tables.databases=*
--collect.info_schema.tablestats
--collect.info_schema.userstats
--collect.perf_schema.eventsstatements
--collect.perf_schema.eventswaits
--collect.perf_schema.file_events
--collect.perf_schema.file_instances
--collect.perf_schema.indexiowaits
--collect.perf_schema.tableiowaits
--collect.perf_schema.tablelocks
--collect.slave_status
--collect.slave_hosts
and /usr/local/etc/mysqld_exporter/my.cnf only containing the credentials, I get no table, database or tablestats from the info_schema. However, I do get a large amount of data about io- and lock waits (as expected).
What have I missed? :)
Hi,
despite the startup message
msg="Scraper enabled" scraper=info_schema.tables, I get no output from the inforomation_schema with table information.Perhaps related, given the command line
and
/usr/local/etc/mysqld_exporter/my.cnfonly containing the credentials, I get no table, database or tablestats from the info_schema. However, I do get a large amount of data about io- and lock waits (as expected).What have I missed? :)