1 write to _activeConnectionsCounter
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Infrastructure\KestrelMetrics.cs (1)
48
_activeConnectionsCounter
= _meter.CreateUpDownCounter<long>(
3 references to _activeConnectionsCounter
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Infrastructure\KestrelMetrics.cs (3)
109
_activeConnectionsCounter
.Add(1, tags);
129
_activeConnectionsCounter
.Add(-1, tags);
359
CurrentConnectionsCounterEnabled =
_activeConnectionsCounter
.Enabled,