1 write to _rejectedConnectionsCounter
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Infrastructure\KestrelMetrics.cs (1)
53_rejectedConnectionsCounter = _meter.CreateCounter<long>(
2 references to _rejectedConnectionsCounter
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Infrastructure\KestrelMetrics.cs (2)
152if (_rejectedConnectionsCounter.Enabled) 163_rejectedConnectionsCounter.Add(1, tags);