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

add group command in collect.info_schema.processlist #442

Closed
wants to merge 2 commits into from
Closed

add group command in collect.info_schema.processlist #442

wants to merge 2 commits into from

Conversation

hctech
Copy link

@hctech hctech commented Nov 4, 2019

HELP mysql_info_schema_processes_by_host The number of processes by host.

TYPE mysql_info_schema_processes_by_host gauge

mysql_info_schema_processes_by_host{client_host="",command="Connect"} 6
mysql_info_schema_processes_by_host{client_host="10.11.0.9",command="Query"} 1
mysql_info_schema_processes_by_host{client_host="172.26.0.181",command="Sleep"} 5

HELP mysql_info_schema_processes_by_user The number of processes by user.

TYPE mysql_info_schema_processes_by_user gauge

mysql_info_schema_processes_by_user{command="Connect",mysql_user="system user"} 6
mysql_info_schema_processes_by_user{command="Query",mysql_user="root"} 1

@SuperQ
Copy link
Member

SuperQ commented Jan 5, 2022

Fixed with #603

@SuperQ SuperQ closed this Jan 5, 2022
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.

2 participants