CHANGELOG.md
MANIFEST.in
README.md
setup.cfg
setup.py
azure/__init__.py
azure/monitor/__init__.py
azure/monitor/query/__init__.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/_generated/__init__.py
azure/monitor/query/_generated/_configuration.py
azure/monitor/query/_generated/_monitor_query_client.py
azure/monitor/query/_generated/aio/__init__.py
azure/monitor/query/_generated/aio/_configuration.py
azure/monitor/query/_generated/aio/_monitor_query_client.py
azure/monitor/query/_generated/aio/operations/__init__.py
azure/monitor/query/_generated/aio/operations/_metadata_operations.py
azure/monitor/query/_generated/aio/operations/_metric_definitions_operations.py
azure/monitor/query/_generated/aio/operations/_metric_namespaces_operations.py
azure/monitor/query/_generated/aio/operations/_metrics_operations.py
azure/monitor/query/_generated/aio/operations/_query_operations.py
azure/monitor/query/_generated/models/__init__.py
azure/monitor/query/_generated/models/_models.py
azure/monitor/query/_generated/models/_models_py3.py
azure/monitor/query/_generated/models/_monitor_query_client_enums.py
azure/monitor/query/_generated/operations/__init__.py
azure/monitor/query/_generated/operations/_metadata_operations.py
azure/monitor/query/_generated/operations/_metric_definitions_operations.py
azure/monitor/query/_generated/operations/_metric_namespaces_operations.py
azure/monitor/query/_generated/operations/_metrics_operations.py
azure/monitor/query/_generated/operations/_query_operations.py
azure/monitor/query/aio/__init__.py
azure/monitor/query/aio/_helpers_asyc.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_batch_query.py
samples/sample_log_query_multiple_workspaces.py
samples/sample_logs_query_key_value_form.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_server_timeout.py
samples/sample_single_log_query_without_pandas.py
samples/async_samples/sample_log_query_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
tests/conftest.py
tests/test_exceptions.py
tests/test_logs_client.py
tests/test_logs_response.py
tests/test_logs_timespans.py
tests/test_metrics_client.py
tests/async/test_exceptions_async.py
tests/async/test_logs_client_async.py
tests/async/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