1 write to _authenticateDuration
Microsoft.AspNetCore.Identity (1)
SignInManagerMetrics.cs (1)
34_authenticateDuration = _meter.CreateHistogram<double>(
2 references to _authenticateDuration
Microsoft.AspNetCore.Identity (2)
SignInManagerMetrics.cs (2)
85if (!_authenticateDuration.Enabled) 101_authenticateDuration.Record(duration.TotalSeconds, tags);