Skip to content

Commit cb02009

Browse files
Update sign-in counter description
1 parent 0e3cb9c commit cb02009

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Http/Authentication.Core/src/AuthenticationMetrics.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public AuthenticationMetrics(IMeterFactory meterFactory)
4242
_signInCount = _meter.CreateCounter<long>(
4343
"aspnetcore.authentication.sign_ins",
4444
unit: "{request}",
45-
description: "The total number of times a principal is signed in.");
45+
description: "The total number of times a principal is signed in with a scheme.");
4646

4747
_signOutCount = _meter.CreateCounter<long>(
4848
"aspnetcore.authentication.sign_outs",

0 commit comments

Comments
 (0)