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