Skip to content

Commit

Permalink
Merge pull request #1 from c24t/do-deprecate-opentelemetry-ext-azure-…
Browse files Browse the repository at this point in the history
…monitor

Bump version, add deprecation note for azure ext
  • Loading branch information
c24t authored Nov 27, 2019
2 parents fb3e715 + b1d2e67 commit cbd701a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 14 deletions.
6 changes: 6 additions & 0 deletions ext/opentelemetry-ext-azure-monitor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## Unreleased

## 0.2a1

Released 2019-11-26

- Add deprecation notice, redirect to opentelemetry-azure-monitor-exporter

## 0.2a0

Released 2019-10-29
Expand Down
15 changes: 2 additions & 13 deletions ext/opentelemetry-ext-azure-monitor/README.rst
Original file line number Diff line number Diff line change
@@ -1,17 +1,6 @@
OpenTelemetry Azure Monitor Exporters
=====================================

This library provides integration with Microsoft Azure Monitor.
Deprecated in favor of opentelemetry-ext-azure-monitor-exporter_.

Installation
------------

::

pip install opentelemetry-ext-azure-monitor

References
----------

* `Azure Monitor <https://docs.microsoft.com/azure/azure-monitor/>`_
* `OpenTelemetry Project <https://opentelemetry.io/>`_
.. _opentelemetry-ext-azure-monitor-exporter: https://pypi.org/project/opentelemetry-azure-monitor-exporter/
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.3.dev0"
__version__ = "0.2a1"

0 comments on commit cbd701a

Please sign in to comment.