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