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