From e77521e23605760b1ebdc766d19cc97f4ad2a588 Mon Sep 17 00:00:00 2001 From: Leighton Date: Wed, 1 Apr 2020 10:28:49 -0700 Subject: [PATCH 1/3] add deprecate note --- azure_monitor/README.rst | 20 +------------------- azure_monitor/src/azure_monitor/version.py | 2 +- 2 files changed, 2 insertions(+), 20 deletions(-) diff --git a/azure_monitor/README.rst b/azure_monitor/README.rst index 3a07f4d..252511b 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/opentelemetry-azure-monitor/. \ No newline at end of file diff --git a/azure_monitor/src/azure_monitor/version.py b/azure_monitor/src/azure_monitor/version.py index 39c0dd7..5cbef83 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.1" From ce830be835f88d539677d329285a3be70c167d6d Mon Sep 17 00:00:00 2001 From: Leighton Date: Wed, 1 Apr 2020 10:30:26 -0700 Subject: [PATCH 2/3] changelog --- azure_monitor/CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) 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 From 7e354b1f44200d5dbe0288bcf7be1616799dd6ab Mon Sep 17 00:00:00 2001 From: Leighton Chen Date: Tue, 2 Mar 2021 11:24:01 -0800 Subject: [PATCH 3/3] dep --- .vscode/launch.json | 15 +++++++++++++++ README.md | 1 + azure_monitor/README.rst | 2 +- azure_monitor/src/azure_monitor/version.py | 2 +- 4 files changed, 18 insertions(+), 2 deletions(-) create mode 100644 .vscode/launch.json 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/README.rst b/azure_monitor/README.rst index 252511b..3f1b115 100644 --- a/azure_monitor/README.rst +++ b/azure_monitor/README.rst @@ -1 +1 @@ -Deprecated, go for official version https://pypi.org/project/opentelemetry-azure-monitor/. \ No newline at end of file +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 5cbef83..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.1" +__version__ = "0.1a.2"