3 writes to _totalConnections
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Infrastructure\KestrelEventSource.cs (3)
58
Interlocked.Increment(ref
_totalConnections
);
308
_connectionsPerSecondCounter ??= new IncrementingPollingCounter("connections-per-second", this, () => Volatile.Read(ref
_totalConnections
))
314
_totalConnectionsCounter ??= new PollingCounter("total-connections", this, () => Volatile.Read(ref
_totalConnections
))