We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e3cb9c commit cb02009Copy full SHA for cb02009
src/Http/Authentication.Core/src/AuthenticationMetrics.cs
@@ -42,7 +42,7 @@ public AuthenticationMetrics(IMeterFactory meterFactory)
42
_signInCount = _meter.CreateCounter<long>(
43
"aspnetcore.authentication.sign_ins",
44
unit: "{request}",
45
- description: "The total number of times a principal is signed in.");
+ description: "The total number of times a principal is signed in with a scheme.");
46
47
_signOutCount = _meter.CreateCounter<long>(
48
"aspnetcore.authentication.sign_outs",
0 commit comments