1 write to _tlsHandshakeDuration
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Infrastructure\KestrelMetrics.cs (1)
84
_tlsHandshakeDuration
= _meter.CreateHistogram<double>(
2 references to _tlsHandshakeDuration
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Infrastructure\KestrelMetrics.cs (2)
311
if (metricsContext.CurrentTlsHandshakesCounterEnabled ||
_tlsHandshakeDuration
.Enabled)
345
_tlsHandshakeDuration
.Record(duration.TotalSeconds, tags);