mysqld_exporter: Mysql Schema is missing in mysql_info_schema_table_size
Host operating system: output of uname -a
Linux 3.10.0-693.17.1.el7.x86_64 (Centos 7.4)
mysqld_exporter version: output of mysqld_exporter --version
mysqld_exporter, version 0.10.0 (branch: master, revision: 80680068f15474f87847c8ee8f18a2939a26196a) build user: root@3b0154cd9e8e build date: 20170425-11:24:12 go version: go1.8.1
MySQL server version
5.6
mysqld_exporter command line flags
None Passed (Default Used)
What did you do that produced an error?
Started Mysqld_exporter with Default setup using systemd service
What did you expect to see?
All schema should be listed when metric mysql_info_schema_table_size is used.
What did you see instead?
Few schema is missing when using mysql_info_schema_table_size.
About this issue
- Original URL
- State: closed
- Created 6 years ago
- Comments: 15 (6 by maintainers)
I ran into the same problem and downgraded to
v0.11.0
to solve itI can confirm that using version ‘v0.11.0’ docker container from https://hub.docker.com/r/prom/mysqld-exporter/tags solves the issue.
Same issue with the latest image
But… its working with the older version: