Skip to content

Commit

Permalink
Making environment_variables as well as verison a module.
Browse files Browse the repository at this point in the history
  • Loading branch information
rajat315315 authored and Rajat Jain committed Jul 18, 2023
1 parent 96320d2 commit 9af7872
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 0 deletions.
Empty file.
1 change: 1 addition & 0 deletions opentelemetry-api/src/opentelemetry/propagate/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ def inject(
propagator = propagator.strip()

try:
logger.info("hello")

propagators.append( # type: ignore
next( # type: ignore
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@ def _import_exporters(
Dict[str, Type[MetricExporter]],
Dict[str, Type[LogExporter]],
]:
logging.info("dsssdw")
trace_exporters = {}
metric_exporters = {}
log_exporters = {}
Expand Down Expand Up @@ -392,6 +393,7 @@ def _configure(self, **kwargs):

def configure(self, **kwargs):
"""Configure the SDK"""
logger.exception("dsscsd")
self._configure(**kwargs)


Expand All @@ -408,4 +410,5 @@ class _OTelSDKConfigurator(_BaseConfigurator):
"""

def _configure(self, **kwargs):
logger.exception("dsscsd")
_initialize_components(kwargs.get("auto_instrumentation_version"))

0 comments on commit 9af7872

Please sign in to comment.