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);
373
CurrentUpgradedRequestsCounterEnabled =
_currentUpgradedRequestsCounter
.Enabled,