1 write to MetricsContext
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\HttpConnectionContext.cs (1)
27MetricsContext = metricsContext;
4 references to MetricsContext
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http\Http1Connection.cs (1)
85ServiceContext.Metrics.RequestUpgradedStop(_context.MetricsContext);
Internal\Http\HttpProtocol.FeatureCollection.cs (1)
279ServiceContext.Metrics.RequestUpgradedStart(_context.MetricsContext);
Internal\Http2\Http2Stream.cs (1)
86public ConnectionMetricsContext MetricsContext => _context.MetricsContext;
Internal\Http3\Http3Stream.cs (1)
80public ConnectionMetricsContext MetricsContext => _context.MetricsContext;