1 write to _authenticateCounter
Microsoft.AspNetCore.Identity (1)
SignInManagerMetrics.cs (1)
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.");
2 references to _authenticateCounter
Microsoft.AspNetCore.Identity (2)
SignInManagerMetrics.cs (2)
59if (!_authenticateCounter.Enabled) 74_authenticateCounter.Add(1, tags);