mysqld_exporter
mysqld_exporter copied to clipboard
NO label mysql_info_schema_threads
Host operating system: output of uname -a
Centos 7
mysqld_exporter version: output of mysqld_exporter --version
MySQL server version
mysql 5.7
mysqld_exporter command line flags
--collect.slave_status
--collect.slave_hosts
--log.level=error
--collect.info_schema.processlist
--collect.info_schema.innodb_metrics
--collect.info_schema.innodb_tablespaces
--collect.info_schema.innodb_cmp
--collect.info_schema.innodb_cmpmem
--collect.perf_schema.eventsstatements
--collect.perf_schema.eventsstatements.digest_text_limit
--collect.perf_schema.eventsstatements.limit
--collect.perf_schema.eventsstatements.timelimit
--collect.perf_schema.file_events
--collect.perf_schema.indexiowaits
--collect.perf_schema.tableiowaits
--collect.perf_schema.tablelocks
--collect.info_schema.query_response_time
--collect.info_schema.processlist.min_time
--collect.perf_schema.eventsstatementssum
What did you do that produced an error?
can't find the label of mysql_info_schema_threads in the prometheus .Does it change or have been removed ?
What did you expect to see?
What did you see instead?
Same problem. Any suggestion?
When I pass --collect.info_schema.processlist
to the exporter, then I do get that label in prometheus.
When I pass
--collect.info_schema.processlist
to the exporter, then I do get that label in prometheus.
how to do?
I have the same problem. my exporter is enable info_schema.processlist, but prometheus can not find label mysql_info_schema_threads.
I have the same problem. What is the solution?
I have the same problem. I also add --collect.info_schema.processlist to the args of the exporter, but still fail to get mysql_info_schema_threads
来信已收到,祝好!
same problem with mysqld-exporter 0.14.0 mysql 5.7.37
Can try mysql_info_schema_processlist_threads
.
Reference: https://github.com/prometheus/mysqld_exporter/pull/603
Changing mysql_info_schema_threads to mysql_info_schema_processlist_threads helped. Thanks!