1 write to _queuedRequestsCounter
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Infrastructure\KestrelMetrics.cs (1)
63_queuedRequestsCounter = _meter.CreateUpDownCounter<long>(
3 references to _queuedRequestsCounter
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Infrastructure\KestrelMetrics.cs (3)
213_queuedRequestsCounter.Add(1, tags); 231_queuedRequestsCounter.Add(-1, tags); 372QueuedRequestsCounterEnabled = _queuedRequestsCounter.Enabled,