1 write to _metrics
Microsoft.AspNetCore.Hosting (1)
Internal\HostingApplicationDiagnostics.cs (1)
53
_metrics
= metrics;
3 references to _metrics
Microsoft.AspNetCore.Hosting (3)
Internal\HostingApplicationDiagnostics.cs (3)
74
if (
_metrics
.IsEnabled())
180
_metrics
.RequestEnd(
400
_metrics
.RequestStart(httpContext.Request.Scheme, httpContext.Request.Method);