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

set type of mysql_global_status_threads_* to gauge #615

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

aliorouji
Copy link

We are interested in these metrics:

  • mysql_global_status_threads_cached
  • mysql_global_status_threads_connected
  • mysql_global_status_threads_created
  • mysql_global_status_threads_running

which current version of mysqld_exporter does not assign a metric type to them.

This PR will assign the correct metric type to them.

@SuperQ
Copy link
Member

SuperQ commented Mar 3, 2022

This needs a DCO sign-off. You can use git commit -s --amend to add it.

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

Successfully merging this pull request may close these issues.

4 participants