Skip to content
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
Original file line number Diff line number Diff line change
@@ -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
Expand Down
10 changes: 5 additions & 5 deletions sdk/monitor/Azure.Monitor.OpenTelemetry.Exporter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down