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

no metric exported when mysql slave status "connecting" #164

Closed
rcabana opened this issue Sep 29, 2016 · 2 comments
Closed

no metric exported when mysql slave status "connecting" #164

rcabana opened this issue Sep 29, 2016 · 2 comments
Labels

Comments

@rcabana
Copy link

rcabana commented Sep 29, 2016

I noticed issues receiving metrics from the mysqld exporter when "Slave_IO_Running" is in "Connecting" state. When in "Yes" or "No" I do receive metrics.

             Slave_IO_Running: Connecting
            Slave_SQL_Running: Yes
@roman-vynar
Copy link
Contributor

It should report 0 when it is in Connecting state https://github.com/prometheus/mysqld_exporter/blob/master/collector/collector.go#L39

@SuperQ
Copy link
Member

SuperQ commented Oct 3, 2016

@rcabana What version of mysqld_exporter are you running?

@SuperQ SuperQ added the invalid label Nov 9, 2016
@SuperQ SuperQ closed this as completed Nov 9, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants