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