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