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

Added support for Performance Schema metrics #9

Open
wants to merge 28 commits into
base: master
Choose a base branch
from

Conversation

isartmontane
Copy link

If Performance_schema is enabled you will get the following metrics as well.

Number of connections per Account (host-user) - Total and current
Number of connections per User - Total and current
Number of connections per Host - Total and current
Number of rows read per index - schema, table, index name, rows read
Indexes not being used (didn't get any read) - schema, table, index_name
Queries that raised errors/warnings - Query, number of executions, errors, warnings
Slow queries - Query, number of executions, execution time (total,max,avg), rows sent (total, avg), scanned rows

@chrisboulton
Copy link
Owner

These are really sweet changes, and I think they would be super useful.

Before I merge down, would you consider making this an option people have to turn on? I can speak for our experience ($work), where we have many thousands of databases and users per server and collecting these metrics for each user would be near impossible.

@isartmontane
Copy link
Author

Sure, give me a couple of weeks

On Thu, Aug 11, 2016 at 9:39 AM, Chris Boulton [email protected]
wrote:

These are really sweet changes, and I think they would be super useful.

Before I merge down, would you consider making this an option people have
to turn on? I can speak for our experience ($work), where we have many
thousands of databases and users per server and collecting these metrics
for each user would be near impossible.


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#9 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AAW805-RrKtW7T75RR_s1C_EeALCJ9y4ks5qetG8gaJpZM4GsLWw
.

@KonstantinKuklin
Copy link

@isartmontane what`s the progress?

@hbani
Copy link

hbani commented May 10, 2022

@isartmontane Can we priotize this? we are looking same for our use case

@isartmontane
Copy link
Author

isartmontane commented May 12, 2022 via email

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