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

Consistent mechanism to avoid double instrumenting #439

Closed
codeboten opened this issue Apr 13, 2021 · 0 comments · Fixed by #549
Closed

Consistent mechanism to avoid double instrumenting #439

codeboten opened this issue Apr 13, 2021 · 0 comments · Fixed by #549
Assignees
Labels

Comments

@codeboten
Copy link
Contributor

Followup to open-telemetry/opentelemetry-python#895, the instrumentations currently use many different ways to prevent double instrumentations. It would be good to have a consistent mechanism instead, which could even remove the need to check if a library is instrumented in each of the individual instrumentation libraries.

This could be done instead in the base instrumentor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants