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