diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 0000000..17e15f2 --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,15 @@ +{ + // Use IntelliSense to learn about possible attributes. + // Hover to view descriptions of existing attributes. + // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 + "version": "0.2.0", + "configurations": [ + { + "name": "Python: Current File", + "type": "python", + "request": "launch", + "program": "${file}", + "console": "integratedTerminal" + } + ] +} \ No newline at end of file diff --git a/README.md b/README.md index b81a84e..44491d7 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ +> **This repository has been moved to the [Azure SDK for Python](https://github.com/Azure/azure-sdk-for-python/tree/master/sdk/monitor/azure-opentelemetry-exporter-azuremonitor) repository.** In order to improve discoverability and share common dependencies/tests, the OpenTelemetry Azure Monitor exporters for Python has moved to a common location containing all Azure SDKs. Please submit all issues and inquiries in that repository. # Contributing diff --git a/azure_monitor/CHANGELOG.md b/azure_monitor/CHANGELOG.md index 94e0412..9427546 100644 --- a/azure_monitor/CHANGELOG.md +++ b/azure_monitor/CHANGELOG.md @@ -2,6 +2,12 @@ ## Unreleased +## 0.1a1 + +Released 2019-11-06 + +- Package deprecated + ## 0.1a0 Released 2019-11-06 diff --git a/azure_monitor/README.rst b/azure_monitor/README.rst index 3a07f4d..3f1b115 100644 --- a/azure_monitor/README.rst +++ b/azure_monitor/README.rst @@ -1,19 +1 @@ -OpenTelemetry Azure Monitor Exporters -===================================== - -This library is the home of the Azure Monitor Exporters which is an integration for OpenTelemetry. - -Installation ------------- - -:: - - pip install opentelemetry-azure-monitor-exporter - -References ----------- - -* `Azure Monitor `_ -* `OpenTelemetry Project `_ -* `OpenTelemetry Python Client `_ - +Deprecated, go for official version https://pypi.org/project/azure-monitor-opentelemetry-exporter/. diff --git a/azure_monitor/src/azure_monitor/version.py b/azure_monitor/src/azure_monitor/version.py index 39c0dd7..93d9f8b 100644 --- a/azure_monitor/src/azure_monitor/version.py +++ b/azure_monitor/src/azure_monitor/version.py @@ -1,3 +1,3 @@ # Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. -__version__ = "0.1a.0" +__version__ = "0.1a.2"