1 write to _queuedConnectionsCounter
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Infrastructure\KestrelMetrics.cs (1)
58
_queuedConnectionsCounter
= _meter.CreateUpDownCounter<long>(
3 references to _queuedConnectionsCounter
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Infrastructure\KestrelMetrics.cs (3)
179
_queuedConnectionsCounter
.Add(1, tags);
195
_queuedConnectionsCounter
.Add(-1, tags);
371
QueuedConnectionsCounterEnabled =
_queuedConnectionsCounter
.Enabled,