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)
76var metricsContext = _metrics.CreateContext(); 100_metrics.TransportStop(connection.MetricsContext, transportType); 101_metrics.ConnectionStop(connection.MetricsContext, transportType, status, connection.StartTimestamp, currentTimestamp);