-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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 #14477
receiver/mysql: add metrics based on events_statements_summary_by_digest table #14477
Conversation
0064800
to
a2d4bd2
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.
Looks good, just some nits about naming / consistency with other metrics in this receiver.
d68b137
to
8603579
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.
LGTM, w/ one typo fix
103f9b9
to
e49b466
Compare
e49b466
to
24cde04
Compare
22d9f20
to
73cc7d6
Compare
2809110
to
c46535f
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.
please resolve the conflicts for this PR and any comments that have already been addressed 👍🏻
…est table Signed-off-by: Dominik Rosiek <drosiek@sumologic.com> Co-authored-by: Daniel Jaglowski <jaglows3@gmail.com>
c46535f
to
dd9e3d1
Compare
@codeboten should be fine now |
…est table (open-telemetry#14477) Signed-off-by: Dominik Rosiek <drosiek@sumologic.com> Co-authored-by: Daniel Jaglowski <jaglows3@gmail.com>
…est table (open-telemetry#14477) Signed-off-by: Dominik Rosiek <drosiek@sumologic.com> Co-authored-by: Daniel Jaglowski <jaglows3@gmail.com>
…est table (open-telemetry#14477) Signed-off-by: Dominik Rosiek <drosiek@sumologic.com> Co-authored-by: Daniel Jaglowski <jaglows3@gmail.com>
Description:
Adds equivalent of the following telegraf metrics:
mysql documentation: https://dev.mysql.com/doc/refman/5.7/en/performance-schema-statement-summary-tables.html
Link to tracking Issue: #14138
Testing: Units
Documentation: auto-generated