CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
azure/__init__.py
azure/monitor/__init__.py
azure/monitor/opentelemetry/__init__.py
azure/monitor/opentelemetry/exporter/__init__.py
azure/monitor/opentelemetry/exporter/_connection_string_parser.py
azure/monitor/opentelemetry/exporter/_constants.py
azure/monitor/opentelemetry/exporter/_storage.py
azure/monitor/opentelemetry/exporter/_utils.py
azure/monitor/opentelemetry/exporter/_version.py
azure/monitor/opentelemetry/exporter/py.typed
azure/monitor/opentelemetry/exporter/_generated/__init__.py
azure/monitor/opentelemetry/exporter/_generated/_azure_monitor_client.py
azure/monitor/opentelemetry/exporter/_generated/_configuration.py
azure/monitor/opentelemetry/exporter/_generated/_patch.py
azure/monitor/opentelemetry/exporter/_generated/_vendor.py
azure/monitor/opentelemetry/exporter/_generated/aio/__init__.py
azure/monitor/opentelemetry/exporter/_generated/aio/_azure_monitor_client.py
azure/monitor/opentelemetry/exporter/_generated/aio/_configuration.py
azure/monitor/opentelemetry/exporter/_generated/aio/_patch.py
azure/monitor/opentelemetry/exporter/_generated/aio/operations/__init__.py
azure/monitor/opentelemetry/exporter/_generated/aio/operations/_azure_monitor_client_operations.py
azure/monitor/opentelemetry/exporter/_generated/models/__init__.py
azure/monitor/opentelemetry/exporter/_generated/models/_azure_monitor_client_enums.py
azure/monitor/opentelemetry/exporter/_generated/models/_models.py
azure/monitor/opentelemetry/exporter/_generated/models/_models_py3.py
azure/monitor/opentelemetry/exporter/_generated/operations/__init__.py
azure/monitor/opentelemetry/exporter/_generated/operations/_azure_monitor_client_operations.py
azure/monitor/opentelemetry/exporter/export/__init__.py
azure/monitor/opentelemetry/exporter/export/_base.py
azure/monitor/opentelemetry/exporter/export/logs/__init__.py
azure/monitor/opentelemetry/exporter/export/logs/_exporter.py
azure/monitor/opentelemetry/exporter/export/metrics/__init__.py
azure/monitor/opentelemetry/exporter/export/metrics/_exporter.py
azure/monitor/opentelemetry/exporter/export/trace/__init__.py
azure/monitor/opentelemetry/exporter/export/trace/_exporter.py
azure/monitor/opentelemetry/exporter/export/trace/_sampling.py
azure/monitor/opentelemetry/exporter/statsbeat/__init__.py
azure/monitor/opentelemetry/exporter/statsbeat/_exporter.py
azure/monitor/opentelemetry/exporter/statsbeat/_state.py
azure/monitor/opentelemetry/exporter/statsbeat/_statsbeat.py
azure/monitor/opentelemetry/exporter/statsbeat/_statsbeat_metrics.py
azure_monitor_opentelemetry_exporter.egg-info/PKG-INFO
azure_monitor_opentelemetry_exporter.egg-info/SOURCES.txt
azure_monitor_opentelemetry_exporter.egg-info/dependency_links.txt
azure_monitor_opentelemetry_exporter.egg-info/entry_points.txt
azure_monitor_opentelemetry_exporter.egg-info/not-zip-safe
azure_monitor_opentelemetry_exporter.egg-info/requires.txt
azure_monitor_opentelemetry_exporter.egg-info/top_level.txt
samples/authentication/sample_managed_credential.py
samples/authentication/sample_secret_credential.py
samples/logs/README.md
samples/logs/sample_correlate.py
samples/logs/sample_exception.py
samples/logs/sample_log.py
samples/logs/sample_properties.py
samples/metrics/README.md
samples/metrics/sample_attributes.py
samples/metrics/sample_instruments.py
samples/metrics/sample_views.py
samples/traces/README.md
samples/traces/sample_app_config.py
samples/traces/sample_blob_checkpoint.py
samples/traces/sample_comm_chat.py
samples/traces/sample_comm_phone.py
samples/traces/sample_comm_sms.py
samples/traces/sample_cosmos.py
samples/traces/sample_event_grid.py
samples/traces/sample_event_hub.py
samples/traces/sample_flask.py
samples/traces/sample_form_recognizer.py
samples/traces/sample_jaeger.py
samples/traces/sample_key_cert.py
samples/traces/sample_key_keys.py
samples/traces/sample_key_secret.py
samples/traces/sample_metrics.py
samples/traces/sample_psycopg2.py
samples/traces/sample_requests.py
samples/traces/sample_sampling.py
samples/traces/sample_servicebus_receive.py
samples/traces/sample_servicebus_send.py
samples/traces/sample_span_event.py
samples/traces/sample_storage_blob.py
samples/traces/sample_text_analytics.py
samples/traces/sample_trace.py
samples/traces/collector/sample_collector.py
samples/traces/django/sample/manage.py
samples/traces/django/sample/example/__init__.py
samples/traces/django/sample/example/admin.py
samples/traces/django/sample/example/apps.py
samples/traces/django/sample/example/models.py
samples/traces/django/sample/example/tests.py
samples/traces/django/sample/example/urls.py
samples/traces/django/sample/example/views.py
samples/traces/django/sample/example/migrations/__init__.py
samples/traces/django/sample/sample/__init__.py
samples/traces/django/sample/sample/asgi.py
samples/traces/django/sample/sample/settings.py
samples/traces/django/sample/sample/urls.py
samples/traces/django/sample/sample/wsgi.py
tests/conftest.py
tests/test_base_exporter.py
tests/test_connection_string_parser.py
tests/test_storage.py
tests/test_utils.py
tests/logs/__init__.py
tests/logs/test_logs.py
tests/metrics/__init__.py
tests/metrics/test_metrics.py
tests/perfstress_tests/__init__.py
tests/perfstress_tests/trace_exporter.py
tests/statsbeat/__init__.py
tests/statsbeat/test_exporter.py
tests/statsbeat/test_statsbeat.py
tests/trace/__init__.py
tests/trace/test_sampling.py
tests/trace/test_trace.py