1 write to _activeTlsHandshakesCounter
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Infrastructure\KestrelMetrics.cs (1)
90
_activeTlsHandshakesCounter
= _meter.CreateUpDownCounter<long>(
3 references to _activeTlsHandshakesCounter
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Infrastructure\KestrelMetrics.cs (3)
306
_activeTlsHandshakesCounter
.Add(1, tags);
326
_activeTlsHandshakesCounter
.Add(-1, tags);
364
CurrentTlsHandshakesCounterEnabled =
_activeTlsHandshakesCounter
.Enabled