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