CHANGELOG.md
LICENSE
MANIFEST.in
README.md
TROUBLESHOOTING.md
migration_guide.md
migration_guide_app_insights.md
pyproject.toml
setup.py
azure/__init__.py
azure/monitor/__init__.py
azure/monitor/query/__init__.py
azure/monitor/query/_enums.py
azure/monitor/query/_exceptions.py
azure/monitor/query/_helpers.py
azure/monitor/query/_logs_query_client.py
azure/monitor/query/_metrics_query_client.py
azure/monitor/query/_models.py
azure/monitor/query/_version.py
azure/monitor/query/py.typed
azure/monitor/query/_generated/__init__.py
azure/monitor/query/_generated/_client.py
azure/monitor/query/_generated/_configuration.py
azure/monitor/query/_generated/_patch.py
azure/monitor/query/_generated/_serialization.py
azure/monitor/query/_generated/py.typed
azure/monitor/query/_generated/aio/__init__.py
azure/monitor/query/_generated/aio/_client.py
azure/monitor/query/_generated/aio/_configuration.py
azure/monitor/query/_generated/aio/_patch.py
azure/monitor/query/_generated/aio/operations/__init__.py
azure/monitor/query/_generated/aio/operations/_operations.py
azure/monitor/query/_generated/aio/operations/_patch.py
azure/monitor/query/_generated/metrics/__init__.py
azure/monitor/query/_generated/metrics/_client.py
azure/monitor/query/_generated/metrics/_configuration.py
azure/monitor/query/_generated/metrics/_patch.py
azure/monitor/query/_generated/metrics/_serialization.py
azure/monitor/query/_generated/metrics/py.typed
azure/monitor/query/_generated/metrics/aio/__init__.py
azure/monitor/query/_generated/metrics/aio/_client.py
azure/monitor/query/_generated/metrics/aio/_configuration.py
azure/monitor/query/_generated/metrics/aio/_patch.py
azure/monitor/query/_generated/metrics/aio/operations/__init__.py
azure/monitor/query/_generated/metrics/aio/operations/_operations.py
azure/monitor/query/_generated/metrics/aio/operations/_patch.py
azure/monitor/query/_generated/metrics/operations/__init__.py
azure/monitor/query/_generated/metrics/operations/_operations.py
azure/monitor/query/_generated/metrics/operations/_patch.py
azure/monitor/query/_generated/operations/__init__.py
azure/monitor/query/_generated/operations/_operations.py
azure/monitor/query/_generated/operations/_patch.py
azure/monitor/query/aio/__init__.py
azure/monitor/query/aio/_helpers_async.py
azure/monitor/query/aio/_logs_query_client_async.py
azure/monitor/query/aio/_metrics_query_client_async.py
azure_monitor_query.egg-info/PKG-INFO
azure_monitor_query.egg-info/SOURCES.txt
azure_monitor_query.egg-info/dependency_links.txt
azure_monitor_query.egg-info/not-zip-safe
azure_monitor_query.egg-info/requires.txt
azure_monitor_query.egg-info/top_level.txt
samples/sample_authentication.py
samples/sample_batch_query.py
samples/sample_log_query_multiple_workspaces.py
samples/sample_logs_query_key_value_form.py
samples/sample_logs_query_visualization.py
samples/sample_logs_single_query.py
samples/sample_logs_single_query_partial_result.py
samples/sample_metric_definitions.py
samples/sample_metric_namespaces.py
samples/sample_metrics_query.py
samples/sample_resource_logs_query.py
samples/sample_server_timeout.py
samples/sample_single_log_query_without_pandas.py
samples/async_samples/sample_authentication_async.py
samples/async_samples/sample_batch_query_async.py
samples/async_samples/sample_log_query_async.py
samples/async_samples/sample_logs_query_visualization_async.py
samples/async_samples/sample_metric_definitions_async.py
samples/async_samples/sample_metric_namespaces_async.py
samples/async_samples/sample_metrics_query_async.py
samples/async_samples/sample_resource_logs_query_async.py
tests/base_testcase.py
tests/conftest.py
tests/test_exceptions.py
tests/test_exceptions_async.py
tests/test_helpers.py
tests/test_logs_client.py
tests/test_logs_client_async.py
tests/test_logs_response.py
tests/test_logs_timespans.py
tests/test_metrics_client.py
tests/test_metrics_client_async.py
tests/perfstress_tests/__init__.py
tests/perfstress_tests/batch_query.py
tests/perfstress_tests/metric_query.py
tests/perfstress_tests/single_query.py