-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
[receiver/mysql]: add metrics based on events_statements_summary_by_digest table #14770
[receiver/mysql]: add metrics based on events_statements_summary_by_digest table #14770
Conversation
f0d8f53
to
c2b8868
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These metrics could potentially be very high cardinality (e.g. when there are many schemas and/or tables). Can we disable them by default?
0f2082c
to
e3b0143
Compare
…y_table table Signed-off-by: Dominik Rosiek <[email protected]> Co-authored-by: Daniel Jaglowski <[email protected]>
e3b0143
to
bc939ee
Compare
This PR was marked stale due to lack of activity. It will be closed in 14 days. |
@djaglowski looks like they are disabled by default, ready to rock? |
This looks good to me. Please resolve merge conflicts. |
@djaglowski added to #15366 |
Closed based on #15366 |
Description:
Add metrics based on table_lock_waits_summary_by_table table
mysql docs
This is going to add equivalents of the following telegraf metrics:
Link to tracking Issue: #14138
Testing: Units
Documentation: auto-generated