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);
370
ConnectionDurationEnabled =
_connectionDuration
.Enabled,