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