mirror of
https://github.com/open-telemetry/opentelemetry-python-contrib.git
synced 2025-08-01 09:13:23 +08:00
@ -23,7 +23,7 @@ from shutil import which
|
|||||||
|
|
||||||
from pkg_resources import iter_entry_points
|
from pkg_resources import iter_entry_points
|
||||||
|
|
||||||
_logger = getLogger(__file__)
|
_logger = getLogger(__name__)
|
||||||
|
|
||||||
|
|
||||||
def run() -> None:
|
def run() -> None:
|
||||||
|
@ -28,7 +28,7 @@ from opentelemetry.instrumentation.environment_variables import (
|
|||||||
OTEL_PYTHON_DISABLED_INSTRUMENTATIONS,
|
OTEL_PYTHON_DISABLED_INSTRUMENTATIONS,
|
||||||
)
|
)
|
||||||
|
|
||||||
logger = getLogger(__file__)
|
logger = getLogger(__name__)
|
||||||
|
|
||||||
|
|
||||||
def _load_distros() -> BaseDistro:
|
def _load_distros() -> BaseDistro:
|
||||||
|
@ -26,7 +26,7 @@ from opentelemetry.instrumentation.bootstrap_gen import (
|
|||||||
libraries,
|
libraries,
|
||||||
)
|
)
|
||||||
|
|
||||||
logger = logging.getLogger(__file__)
|
logger = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|
||||||
def _syscall(func):
|
def _syscall(func):
|
||||||
|
@ -9,7 +9,7 @@ from pkg_resources import (
|
|||||||
get_distribution,
|
get_distribution,
|
||||||
)
|
)
|
||||||
|
|
||||||
logger = getLogger(__file__)
|
logger = getLogger(__name__)
|
||||||
|
|
||||||
|
|
||||||
class DependencyConflict:
|
class DependencyConflict:
|
||||||
|
Reference in New Issue
Block a user