-
Notifications
You must be signed in to change notification settings - Fork 986
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
Generate more metrics on connection pool #703
Labels
Comments
renecannao
added a commit
that referenced
this issue
Sep 25, 2016
Metrics introduced: * ConnPool_get_conn_failure : connection pool cannot provide any connection * ConnPool_get_conn_immediate : connection is provided from per-thread cache * ConnPool_get_conn_success : the session is able to get a connection, either from per-thread cache or connection pool
renecannao
changed the title
Generate a new metric for unreachable hostgroups
Generate more metrics on connection pool
Sep 25, 2016
Metrics introduced:
|
TODO: document it |
@renecannao Are CoonnPool metrics gauge or counter? |
It is a combination of both:
|
@pondix how about ConnPool_get_conn_* ? |
Those are global counters |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When an error like
Max connect timeout reached while reaching hostgroup X
happens, the client is notified but there is no visibility in Admin module.This information should be available in table
stats_mysql_global
The text was updated successfully, but these errors were encountered: