Skip to content

Commit de9d34c

Browse files
authored
Changelog for distro (1.4.0-beta.1) (Azure#53406)
* changelog for 1.4.0-beta.1 distro * adding more to changelog * package reference for exporter * adding more to changlelog * version * version & changelog rephrasing
1 parent 7f8297b commit de9d34c

File tree

2 files changed

+20
-9
lines changed

2 files changed

+20
-9
lines changed

sdk/monitor/Azure.Monitor.OpenTelemetry.AspNetCore/CHANGELOG.md

Lines changed: 18 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

@@ -12,12 +12,23 @@
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

sdk/monitor/Azure.Monitor.OpenTelemetry.AspNetCore/src/Azure.Monitor.OpenTelemetry.AspNetCore.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@
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 -->

0 commit comments

Comments
 (0)