Skip to content
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

BUG | Mysql 8 | invalid metric type "dictionary_file_words_count untyped" #497

Closed
nunokisc opened this issue Aug 26, 2020 · 1 comment
Closed

Comments

@nunokisc
Copy link

nunokisc commented Aug 26, 2020

Host operating system: output of uname -a

Linux ### 3.10.0-1127.18.2.el7.x86_64 #1 SMP Sun Jul 26 15:27:06 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux

mysqld_exporter version: output of mysqld_exporter --version

mysqld_exporter, version 0.11.0 (branch: HEAD, revision: 5d71796)
build user: root@3d3ff666b0e4
build date: 20180629-15:00:35
go version: go1.10.3

MySQL server version

mysql Ver 8.0.21 for Linux on x86_64 (MySQL Community Server - GPL)

mysqld_exporter command line flags

--config.my-cnf /etc/mysqld_exporter/.mysqld_exporter.cnf --no-collect.info_schema.tables

What did you do that produced an error?

I added the machine to prometheus and the prometheus shows to me this error message:
invalid metric type "dictionary_file_words_count untyped"

What did you expect to see?

In the mysqld exporter output i see a metric with "."

# HELP mysql_global_status_validate_password.dictionary_file_words_count Generic metric from SHOW GLOBAL STATUS.
# TYPE mysql_global_status_validate_password.dictionary_file_words_count untyped
mysql_global_status_validate_password.dictionary_file_words_count 0

What did you see instead?

For the metrics to be valid I think it will have to have a "_" instead of "."

@nunokisc
Copy link
Author

i mess up with mysqld_exporter versions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant