Skip to content

Commit d029af4

Browse files
Merge pull request #35004 from dotnet/main
Merge to Live
2 parents ec3a7c7 + c2ae8ff commit d029af4

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

aspnetcore/release-notes/aspnetcore-10.0.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,23 @@ This section describes new features for OpenAPI.
5353

5454
This section describes new features for authentication and authorization.
5555

56+
### Authentication and authorization metrics
57+
58+
Metrics have been added for certain authentication and authorization events in ASP.NET Core. With this change, you can now obtain metrics for the following events:
59+
60+
- Authentication:
61+
- Authenticated request duration
62+
- Challenge count
63+
- Forbid count
64+
- Sign in count
65+
- Sign out count
66+
- Authorization:
67+
- Count of requests requiring authorization
68+
69+
The following image shows an example of the Authenticated request duration metric in the Aspire dashboard:
70+
71+
![Authenticated request duration in the Aspire dashboard](https://github.com/user-attachments/assets/170615e9-ef25-48a1-a482-4933e2e03f03)
72+
5673
## Miscellaneous
5774

5875
This section describes miscellaneous new features in ASP.NET Core 10.0.

0 commit comments

Comments
 (0)