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