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