1 write to _currentUpgradedRequestsCounter
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Infrastructure\KestrelMetrics.cs (1)
67_currentUpgradedRequestsCounter = _meter.CreateUpDownCounter<long>(
3 references to _currentUpgradedRequestsCounter
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Infrastructure\KestrelMetrics.cs (3)
246_currentUpgradedRequestsCounter.Add(1, tags); 262_currentUpgradedRequestsCounter.Add(-1, tags); 336CurrentUpgradedRequestsCounterEnabled = _currentUpgradedRequestsCounter.Enabled,