1 write to ConnectionDurationEnabled
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Infrastructure\KestrelMetrics.cs (1)
333
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)
102
if (metricsContext.CurrentConnectionsCounterEnabled || metricsContext.
ConnectionDurationEnabled
)
120
if (metricsContext.
ConnectionDurationEnabled
)