LICENSE
MANIFEST.in
README.md
setup.cfg
setup.py
azure/__init__.py
azure/monitor/__init__.py
azure/monitor/opentelemetry/__init__.py
azure/monitor/opentelemetry/_configure.py
azure/monitor/opentelemetry/_constants.py
azure/monitor/opentelemetry/_types.py
azure/monitor/opentelemetry/_version.py
azure/monitor/opentelemetry/autoinstrumentation/__init__.py
azure/monitor/opentelemetry/autoinstrumentation/_configurator.py
azure/monitor/opentelemetry/autoinstrumentation/_distro.py
azure/monitor/opentelemetry/diagnostics/__init__.py
azure/monitor/opentelemetry/diagnostics/_diagnostic_logging.py
azure/monitor/opentelemetry/diagnostics/_status_logger.py
azure/monitor/opentelemetry/util/__init__.py
azure/monitor/opentelemetry/util/configurations.py
azure_monitor_opentelemetry.egg-info/PKG-INFO
azure_monitor_opentelemetry.egg-info/SOURCES.txt
azure_monitor_opentelemetry.egg-info/dependency_links.txt
azure_monitor_opentelemetry.egg-info/entry_points.txt
azure_monitor_opentelemetry.egg-info/not-zip-safe
azure_monitor_opentelemetry.egg-info/requires.txt
azure_monitor_opentelemetry.egg-info/top_level.txt
samples/logging/correlated_logs.py
samples/logging/custom_properties.py
samples/logging/exception_logs.py
samples/logging/logs_with_traces.py
samples/logging/simple.py
samples/metrics/attributes.py
samples/metrics/instruments.py
samples/tracing/db_psycopg2.py
samples/tracing/http_fastapi.py
samples/tracing/http_flask.py
samples/tracing/http_requests.py
samples/tracing/http_urllib.py
samples/tracing/http_urllib3.py
samples/tracing/manual.py
samples/tracing/sampling.py
samples/tracing/simple.py
samples/tracing/django/sample/manage.py
samples/tracing/django/sample/example/__init__.py
samples/tracing/django/sample/example/admin.py
samples/tracing/django/sample/example/apps.py
samples/tracing/django/sample/example/models.py
samples/tracing/django/sample/example/tests.py
samples/tracing/django/sample/example/urls.py
samples/tracing/django/sample/example/views.py
samples/tracing/django/sample/example/migrations/__init__.py
samples/tracing/django/sample/sample/__init__.py
samples/tracing/django/sample/sample/asgi.py
samples/tracing/django/sample/sample/settings.py
samples/tracing/django/sample/sample/urls.py
samples/tracing/django/sample/sample/wsgi.py
tests/test_constants.py
tests/autoinstrumentation/test_distro.py
tests/configuration/test_configure.py
tests/configuration/test_util.py
tests/diagnostics/test_diagnostic_logging.py
tests/diagnostics/test_status_logger.py
tests/exporter/test_exporter.py
tests/instrumentation/test_django.py
tests/instrumentation/test_fastapi.py
tests/instrumentation/test_flask.py
tests/instrumentation/test_psycopg2.py
tests/instrumentation/test_requests.py
tests/instrumentation/test_urllib.py
tests/instrumentation/test_urllib3.py