1 write to _activeRequests
System.Net.Http (1)
System\Net\Http\Metrics\MetricsHandler.cs (1)
25
_activeRequests
= meter.CreateUpDownCounter<long>(
4 references to _activeRequests
System.Net.Http (4)
System\Net\Http\Metrics\MetricsHandler.cs (4)
38
if (
_activeRequests
.Enabled || _requestsDuration.Enabled)
85
bool recordCurrentRequests =
_activeRequests
.Enabled;
91
_activeRequests
.Add(1, tags);
103
_activeRequests
.Add(-1, tags);