1 write to _activeConnectionsCounter
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Infrastructure\KestrelMetrics.cs (1)
42_activeConnectionsCounter = _meter.CreateUpDownCounter<long>(
3 references to _activeConnectionsCounter
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Infrastructure\KestrelMetrics.cs (3)
98_activeConnectionsCounter.Add(1, tags); 118_activeConnectionsCounter.Add(-1, tags); 369CurrentConnectionsCounterEnabled = _activeConnectionsCounter.Enabled,