Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Commit 6af33e9

Browse files
committed
release
1 parent eadb0c1 commit 6af33e9

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
> **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.
1+
> **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.
22
33
# OpenTelemetry Azure Monitor
44

azure_monitor/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
## Unreleased
44

5+
## 0.6b.0
6+
Released 2021-01-28
7+
58
- Remove request metrics from auto-collection
69
([#124](https://github.com/microsoft/opentelemetry-azure-monitor-python/pull/124))
710
- Implement standard metrics for http dependency telemetry
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Copyright (c) Microsoft Corporation. All rights reserved.
22
# Licensed under the MIT License.
3-
__version__ = "0.6.dev0"
3+
__version__ = "0.7.dev0"

0 commit comments

Comments
 (0)