Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump version, add deprecation note for azure ext #1

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"