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