CHANGELOG.md
LICENSE
MANIFEST.in
NOTICE.txt
README.md
pyproject.toml
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/py.typed
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/_utils/__init__.py
azure/monitor/opentelemetry/_utils/configurations.py
azure/monitor/opentelemetry/_utils/instrumentation.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/README.md
samples/authentication/sample_managed_credential.py
samples/authentication/sample_secret_credential.py
samples/logging/basic.py
samples/logging/correlated_logs.py
samples/logging/custom_event.py
samples/logging/custom_properties.py
samples/logging/exception_logs.py
samples/logging/logs_with_traces.py
samples/metrics/attributes.py
samples/metrics/instruments.py
samples/metrics/live_metrics.py
samples/metrics/views.py
samples/tracing/azure_ai_inference.py
samples/tracing/azure_blob_storage.py
samples/tracing/db_psycopg2.py
samples/tracing/filter_spans.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/instrumentation_options.py
samples/tracing/manually_instrumented.py
samples/tracing/modify_spans.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/conftest.py
tests/test_configure.py
tests/autoinstrumentation/test_configurator.py
tests/autoinstrumentation/test_distro.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
tests/utils/test_configurations.py
tests/utils/test_utils.py