1 write to _activeRequests
System.Net.Http (1)
System\Net\Http\Metrics\MetricsHandler.cs (1)
30
_activeRequests
= meter.CreateUpDownCounter<long>(
4 references to _activeRequests
System.Net.Http (4)
System\Net\Http\Metrics\MetricsHandler.cs (4)
43
if (
_activeRequests
.Enabled || _requestsDuration.Enabled)
92
bool recordCurrentRequests =
_activeRequests
.Enabled;
98
_activeRequests
.Add(1, tags);
110
_activeRequests
.Add(-1, tags);