Skip to content

Commit 8f38296

Browse files
Update Azure.Monitor.OpenTelemetry.Exporter dependency to 1.6.0
1 parent 7b1a892 commit 8f38296

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,16 @@
1616
- [Removed `EnabledAdaptiveSampling` and replaced with `TracesPerSecond` and `SamplingRatio`](https://github.com/microsoft/ApplicationInsights-dotnet/pull/3085)
1717
- [Added `EnableTraceBasedLogsSampler` property to `ApplicationInsightsServiceOptions` for ASP.NET Core and WorkerService packages](https://github.com/microsoft/ApplicationInsights-dotnet/pull/3088)
1818
- [Added support for `StorageDirectory` and `DisableOfflineStorage` from `TelemetryConfiguration` in DI scenarios](https://github.com/microsoft/ApplicationInsights-dotnet/pull/3088)
19+
- [Update Azure.Monitor.OpenTelemetry.Exporter dependency to 1.6.0](https://github.com/microsoft/ApplicationInsights-dotnet/pull/3094)
1920

2021
## Version 3.0.0-beta2
21-
### Added
2222
- [Automatic configuration binding from "ApplicationInsights" section in appsettings.json for both AspNetCore and WorkerService packages with configuration precedence: environment variables > explicit configuration > appsettings.json](https://github.com/microsoft/ApplicationInsights-dotnet/pull/3064)
2323
- [Added support for Entra ID (Azure Active Directory) authentication using Azure.Core.TokenCredential](https://github.com/microsoft/ApplicationInsights-dotnet/pull/3054)
2424
- [Added Self Diagnostics feature](https://github.com/microsoft/ApplicationInsights-dotnet/pull/3070)
2525
- [Updated the default sampler from Fixed Rate to Rate-Limited Sampling.](https://github.com/microsoft/ApplicationInsights-dotnet/pull/3073)
2626
- [Update Azure Monitor Exporter to 1.6.0-beta.2](https://github.com/microsoft/ApplicationInsights-dotnet/pull/3073)
2727
- [Add comprehensive applicationinsights.config support](https://github.com/microsoft/ApplicationInsights-dotnet/pull/3069)
2828
- [Add properties in TelemetryConfiguration to configure underlying exporter](https://github.com/microsoft/ApplicationInsights-dotnet/pull/3065)
29-
30-
### Bug fix
3129
- [Fix TrackMetric(MetricTelemetry) unsupported telemetry type error](https://github.com/microsoft/ApplicationInsights-dotnet/pull/3071)
3230

3331
## Version 3.0.0-beta1

Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
-->
4545

4646
<ItemGroup Label="Azure Monitor">
47-
<PackageVersion Include="Azure.Monitor.OpenTelemetry.Exporter" Version="1.6.0-beta.2" />
47+
<PackageVersion Include="Azure.Monitor.OpenTelemetry.Exporter" Version="1.6.0" />
4848
</ItemGroup>
4949

5050
<!--

0 commit comments

Comments
 (0)