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)
85
if (!
_authenticateDuration
.Enabled)
101
_authenticateDuration
.Record(duration.TotalSeconds, tags);