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