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