1 write to _httpRequestQueueLengthCounter
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Infrastructure\KestrelEventSource.cs (1)
350
_httpRequestQueueLengthCounter
??= new PollingCounter("request-queue-length", this, () => Volatile.Read(ref _httpRequestQueueLength))