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)
152
if (
_rejectedConnectionsCounter
.Enabled)
163
_rejectedConnectionsCounter
.Add(1, tags);