1 write to _metrics
Microsoft.AspNetCore.Http.Connections (1)
Internal\HttpConnectionManager.cs (1)
36
_metrics
= metrics;
3 references to _metrics
Microsoft.AspNetCore.Http.Connections (3)
Internal\HttpConnectionManager.cs (3)
76
var metricsContext =
_metrics
.CreateContext();
100
_metrics
.TransportStop(connection.MetricsContext, transportType);
101
_metrics
.ConnectionStop(connection.MetricsContext, transportType, status, connection.StartTimestamp, currentTimestamp);