You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 theintegrations/
directory.This should also enable us to clean up the code and get rid of some inline imports due to circular imports.
integrations/opentelemetry/*
and move the code where it makes senseThe text was updated successfully, but these errors were encountered: