1 write to _meter
Microsoft.AspNetCore.Authentication.Core (1)
AuthenticationMetrics.cs (1)
24
_meter
= meterFactory.Create(MeterName);
5 references to _meter
Microsoft.AspNetCore.Authentication.Core (5)
AuthenticationMetrics.cs (5)
26
_authenticatedRequestDuration =
_meter
.CreateHistogram<double>(
32
_challengeCount =
_meter
.CreateCounter<long>(
37
_forbidCount =
_meter
.CreateCounter<long>(
42
_signInCount =
_meter
.CreateCounter<long>(
47
_signOutCount =
_meter
.CreateCounter<long>(