1 write to _connectionDuration
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Infrastructure\KestrelMetrics.cs (1)
46_connectionDuration = _meter.CreateHistogram<double>(
2 references to _connectionDuration
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Infrastructure\KestrelMetrics.cs (2)
142_connectionDuration.Record(duration.TotalSeconds, tags); 333ConnectionDurationEnabled = _connectionDuration.Enabled,