This repository was archived by the owner on Nov 16, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +20
-7
lines changed Expand file tree Collapse file tree 4 files changed +20
-7
lines changed Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ ## Unreleased
4+
5+ ## 0.2.0
6+ Released 2020-03-31
7+
8+ - Initial beta release
9+
10+ ## 0.1.0
11+ Released 2019-11-06
12+
13+ - Initial alpha release
Original file line number Diff line number Diff line change 11# OpenTelemetry Azure Monitor SDKs and Exporters
22
33[ ![ Gitter chat] ( https://img.shields.io/gitter/room/Microsoft/azure-monitor-python )] ( https://gitter.im/Microsoft/azure-monitor-python )
4- [ ![ Build status] ( https://travis-ci.org/microsoft/opentelemetry-azure-monitor-python.svg?branch=master )] ( https://travis-ci.org/microsoft/opentelemetry-exporters -python )
5- [ ![ PyPI version] ( https://badge.fury.io/py/opentelemetry-azure-monitor-exporter .svg )] ( https://badge.fury.io/py/opentelemetry-azure-monitor-exporter )
4+ [ ![ Build status] ( https://travis-ci.org/microsoft/opentelemetry-azure-monitor-python.svg?branch=master )] ( https://travis-ci.org/microsoft/opentelemetry-azure-monitor -python )
5+ [ ![ PyPI version] ( https://badge.fury.io/py/opentelemetry-azure-monitor.svg )] ( https://badge.fury.io/py/opentelemetry-azure-monitor )
66
77## Installation
88
99``` sh
10- pip install opentelemetry-azure-monitor-exporter
10+ pip install opentelemetry-azure-monitor
1111```
1212
1313## Documentation
Original file line number Diff line number Diff line change 11# Copyright (c) Microsoft Corporation. All rights reserved.
22# Licensed under the MIT License.
33[metadata]
4- name = opentelemetry-azure-monitor-exporter
4+ name = opentelemetry-azure-monitor
55description = Azure Monitor integration for OpenTelemetry
66long_description = file: README.rst
77long_description_content_type = text/x-rst
88author = Microsoft
9910- url = https://github.com/microsoft/opentelemetry-exporters -python
10+ url = https://github.com/microsoft/opentelemetry-azure-monitor -python
1111platforms = any
1212license = MIT
1313classifiers =
14- Development Status :: 3 - Alpha
14+ Development Status :: 4 - Beta
1515 Intended Audience :: Developers
1616 License :: OSI Approved :: MIT License
1717 Programming Language :: Python
Original file line number Diff line number Diff line change 11# Copyright (c) Microsoft Corporation. All rights reserved.
22# Licensed under the MIT License.
3- __version__ = "0.2.dev0 "
3+ __version__ = "0.2b.0 "
You can’t perform that action at this time.
0 commit comments