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