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