-
Notifications
You must be signed in to change notification settings - Fork 764
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NO label mysql_info_schema_threads #487
Comments
Same problem. |
When I pass |
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 Reference: #603 |
Changing mysql_info_schema_threads to mysql_info_schema_processlist_threads helped. Thanks! |
This ticket can be closed with this answer, must people are complaining because the grafana dashboard used to monitor mysql its still using the old format |
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?
The text was updated successfully, but these errors were encountered: