1 write to ConnectionDurationEnabled
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Infrastructure\KestrelMetrics.cs (1)
370ConnectionDurationEnabled = _connectionDuration.Enabled,
4 references to ConnectionDurationEnabled
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Infrastructure\KestrelConnectionOfT.cs (2)
48if (MetricsContext.ConnectionDurationEnabled) 83if (MetricsContext.ConnectionDurationEnabled)
Internal\Infrastructure\KestrelMetrics.cs (2)
103if (metricsContext.CurrentConnectionsCounterEnabled || metricsContext.ConnectionDurationEnabled) 121if (metricsContext.ConnectionDurationEnabled)