1 write to _authenticatedRequestDuration
Microsoft.AspNetCore.Authentication.Core (1)
AuthenticationMetrics.cs (1)
26_authenticatedRequestDuration = _meter.CreateHistogram<double>(
2 references to _authenticatedRequestDuration
Microsoft.AspNetCore.Authentication.Core (2)
AuthenticationMetrics.cs (2)
55if (_authenticatedRequestDuration.Enabled) 88_authenticatedRequestDuration.Record(duration.TotalSeconds, tags);