You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -34,7 +32,6 @@ public SignInManagerMetrics(IMeterFactory meterFactory)
34
32
_authenticateCounter=_meter.CreateCounter<long>(AuthenticateCounterName,"count","The number of authenticate attempts. The authenticate counter is incremented by sign in methods such as PasswordSignInAsync and TwoFactorSignInAsync.");
35
33
_rememberTwoFactorClientCounter=_meter.CreateCounter<long>(RememberTwoFactorCounterName,"count","The number of two factor clients remembered.");
36
34
_forgetTwoFactorCounter=_meter.CreateCounter<long>(ForgetTwoFactorCounterName,"count","The number of two factor clients forgotten.");
37
-
_refreshCounter=_meter.CreateCounter<long>(RefreshCounterName,"count","The number of refresh sign-in attempts.");
38
35
_checkPasswordCounter=_meter.CreateCounter<long>(CheckPasswordCounterName,"count","The number of check password attempts. Checks that the account is in a state that can log in and that the password is valid using the UserManager.CheckPasswordAsync method.");
39
36
_signInUserPrincipalCounter=_meter.CreateCounter<long>(SignInUserPrincipalCounterName,"count","The number of user principals signed in.");
40
37
_signOutUserPrincipalCounter=_meter.CreateCounter<long>(SignOutUserPrincipalCounterName,"count","The number of user principals signed out.");
0 commit comments