1 write to _activeRequests
System.Net.Http (1)
System\Net\Http\Metrics\MetricsHandler.cs (1)
28
_activeRequests
= meter.CreateUpDownCounter<long>(
4 references to _activeRequests
System.Net.Http (4)
System\Net\Http\Metrics\MetricsHandler.cs (4)
41
if (
_activeRequests
.Enabled || _requestsDuration.Enabled)
90
bool recordCurrentRequests =
_activeRequests
.Enabled;
96
_activeRequests
.Add(1, tags);
108
_activeRequests
.Add(-1, tags);