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

Move OTel code out of integrations/ #3853

Open
1 of 2 tasks
sentrivana opened this issue Dec 5, 2024 · 0 comments
Open
1 of 2 tasks

Move OTel code out of integrations/ #3853

sentrivana opened this issue Dec 5, 2024 · 0 comments

Comments

@sentrivana
Copy link
Contributor

Right now, POTel is written as an integration. This is problematic since it can be disabled via default_integrations=False. Also in architectural sense it's no longer an integration but an integral part of the SDK, so it's time for it to move out of the integrations/ directory.

This should also enable us to clean up the code and get rid of some inline imports due to circular imports.

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

No branches or pull requests

1 participant