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

ext/mysql: Add instrumentor interface #655

Merged
merged 12 commits into from
May 9, 2020
Merged

ext/mysql: Add instrumentor interface #655

merged 12 commits into from
May 9, 2020

Conversation

mauriciovasquezbernal
Copy link
Member

Implement MySQLInstrumentor to (un)instrument the library, also implement (un)instrument_connection to work at the connection level.

Depends on #624.

Implement to helper methods to allow users to enable / disable instrumentation
in a single connection object.
…__.py

Co-authored-by: Diego Hurtado <ocelotl@users.noreply.github.com>
…__.py

Co-authored-by: Diego Hurtado <ocelotl@users.noreply.github.com>
Implement MySQLInstrumentor to (un)instrument the library, also implement
(un)instrument_connection to work at the connection level.
@mauriciovasquezbernal mauriciovasquezbernal added ext instrumentation Related to the instrumentation of third party libraries or frameworks labels May 6, 2020
@mauriciovasquezbernal mauriciovasquezbernal requested a review from a team May 6, 2020 21:20
@mauriciovasquezbernal mauriciovasquezbernal changed the title ext/mysql: Add instrumentor interfac ext/mysql: Add instrumentor interface May 7, 2020
Copy link
Contributor

@codeboten codeboten left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a couple of minor cleanups, otherwise this is looking good, thanks!

Copy link
Contributor

@lzchen lzchen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Good job on all of these!

@toumorokoshi toumorokoshi merged commit 0ffd71e into open-telemetry:master May 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
instrumentation Related to the instrumentation of third party libraries or frameworks
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants