3 writes to _httpRequestQueueLength
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Infrastructure\KestrelEventSource.cs (3)
280Interlocked.Increment(ref _httpRequestQueueLength); 286Interlocked.Decrement(ref _httpRequestQueueLength); 350_httpRequestQueueLengthCounter ??= new PollingCounter("request-queue-length", this, () => Volatile.Read(ref _httpRequestQueueLength))