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