diff --git a/sdk/monitor/Azure.Monitor.OpenTelemetry.AspNetCore/CHANGELOG.md b/sdk/monitor/Azure.Monitor.OpenTelemetry.AspNetCore/CHANGELOG.md index b125005a4433..eb881e899589 100644 --- a/sdk/monitor/Azure.Monitor.OpenTelemetry.AspNetCore/CHANGELOG.md +++ b/sdk/monitor/Azure.Monitor.OpenTelemetry.AspNetCore/CHANGELOG.md @@ -1,16 +1,16 @@ # Release History -## 1.0.0-beta.5 (Unreleased) +## 1.0.0-beta.5 (2023-07-13) ### Features Added +* Added Azure.* activity sources. + Users will need to enable the collection by turning on the feature by following one of the ways listed in + [Introducing experimental OpenTelemetry support in the Azure SDK for .NET](https://devblogs.microsoft.com/azure-sdk/introducing-experimental-opentelemetry-support-in-the-azure-sdk-for-net/). + ([#37505](https://github.com/Azure/azure-sdk-for-net/pull/37505)) * Added `SamplingRatio` property to customize the sampling rate in Azure Monitor Exporter. ([#36972](https://github.com/Azure/azure-sdk-for-net/pull/36972)) -### Breaking Changes - -### Bugs Fixed - ### Other Changes * Update OpenTelemetry dependencies diff --git a/sdk/monitor/Azure.Monitor.OpenTelemetry.Exporter/CHANGELOG.md b/sdk/monitor/Azure.Monitor.OpenTelemetry.Exporter/CHANGELOG.md index dec7587d3abf..4b1fc3f22fd3 100644 --- a/sdk/monitor/Azure.Monitor.OpenTelemetry.Exporter/CHANGELOG.md +++ b/sdk/monitor/Azure.Monitor.OpenTelemetry.Exporter/CHANGELOG.md @@ -1,18 +1,18 @@ # Release History -## 1.0.0-beta.13 (Unreleased) +## 1.0.0-beta.13 (2023-07-13) ### Features Added * Added `ApplicationInsightsSampler` to the exporter, enabling users to customize the sampling rate using the `SamplingRatio` property. ([#36972](https://github.com/Azure/azure-sdk-for-net/pull/36972)) -### Breaking Changes - -### Bugs Fixed - ### Other Changes +* Updated Exporter to read v1.21.0 of the OpenTelemetry Semantic Conventions attributes for HTTP. + For more information see [Semantic conventions for HTTP spans](https://github.com/open-telemetry/opentelemetry-specification/blob/v1.21.0/specification/trace/semantic_conventions/http.md). + ([#37464](https://github.com/Azure/azure-sdk-for-net/pull/37464)) + ([#37357](https://github.com/Azure/azure-sdk-for-net/pull/37357)) * Update OpenTelemetry dependencies ([#36859](https://github.com/Azure/azure-sdk-for-net/pull/36859)) - OpenTelemetry 1.5.0