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