File tree Expand file tree Collapse file tree 2 files changed +20
-9
lines changed
sdk/monitor/Azure.Monitor.OpenTelemetry.AspNetCore Expand file tree Collapse file tree 2 files changed +20
-9
lines changed Original file line number Diff line number Diff line change 11# Release History
22
3- ## 1.4.0-beta.1 (Unreleased )
3+ ## 1.4.0-beta.1 (2025-10-21 )
44
55### Features Added
66
1212 ` microsoft.rate_limited ` , sampling ratio 0.0 - 1.0 for
1313 ` microsoft.fixed_percentage ` ).
1414 ([ #52720 ] ( https://github.com/Azure/azure-sdk-for-net/pull/52720 ) )
15-
16- ### Breaking Changes
17-
18- ### Bugs Fixed
19-
20- ### Other Changes
15+ * Added handling of stable database client span semantic conventions
16+ ([ #53050 ] ( https://github.com/Azure/azure-sdk-for-net/pull/53050 ) )
17+ * Added new performance monitoring capabilities to help track application health and resource usage. Newly added metrics:
18+ - ` \.NET CLR Exceptions(??APP_CLR_PROC??)\# of Exceps Thrown / sec `
19+ - ` \ASP.NET Applications(??APP_W3SVC_PROC??)\Requests/Sec ` ;
20+ - ` \Process(??APP_WIN32_PROC??)\% Processor Time" `
21+ - ` \Process(??APP_WIN32_PROC??)\% Processor Time Normalized `
22+ - ` \Process(??APP_WIN32_PROC??)\Private Bytes `
23+ ([ #52705 ] ( https://github.com/Azure/azure-sdk-for-net/pull/52705 ) )
24+ * Added built-in monitoring to track SDK performance and health. Emitted metrics:
25+ - ` preview.item.success.count `
26+ - ` preview.item.dropped.count `
27+ - ` preview.item.retry.count `
28+ ([ #53010 ] ( https://github.com/Azure/azure-sdk-for-net/pull/53010 ) )
29+ * Add ` enduser.pseudo.id ` as ai.user.id
30+ ([ #52722 ] ( https://github.com/Azure/azure-sdk-for-net/pull/52722 ) )
31+ * Add ` ai.location.ip ` mapping for all telemetry types ([ #52211 ] ( https://github.com/Azure/azure-sdk-for-net/pull/52211 ) )
2132
2233## 1.3.0 (2025-05-09)
2334
Original file line number Diff line number Diff line change 2424 <!-- Depending on monthly deliverables, we may switch between PackageReference or ProjectReference. Keeping both here to make the switch easier. -->
2525
2626 <!-- FOR PUBLIC RELEASES, MUST USE PackageReference. THIS REQUIRES A STAGGERED RELEASE IF SHIPPING A NEW EXPORTER. -->
27- <!-- < PackageReference Include="Azure.Monitor.OpenTelemetry.Exporter" /> -- >
27+ <PackageReference Include =" Azure.Monitor.OpenTelemetry.Exporter" VersionOverride = " 1.5.0-beta.1 " / >
2828
2929 <!-- FOR LOCAL DEV, ProjectReference IS PREFERRED. -->
30- <ProjectReference Include =" ..\..\Azure.Monitor.OpenTelemetry.Exporter\src\Azure.Monitor.OpenTelemetry.Exporter.csproj" />
30+ <!-- < ProjectReference Include="..\..\Azure.Monitor.OpenTelemetry.Exporter\src\Azure.Monitor.OpenTelemetry.Exporter.csproj" /> -- >
3131 </ItemGroup >
3232
3333 <!-- Shared sources from Azure.Core -->
You can’t perform that action at this time.
0 commit comments