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); 337CurrentTlsHandshakesCounterEnabled = _activeTlsHandshakesCounter.Enabled