1 write to _activeRequests
System.Net.Http (1)
System\Net\Http\Metrics\MetricsHandler.cs (1)
146
_activeRequests
= meter.CreateObservableUpDownCounter<long>(
2 references to _activeRequests
System.Net.Http (2)
System\Net\Http\Metrics\MetricsHandler.cs (2)
160
if (
_activeRequests
.Enabled || _requestsDuration.Enabled)
209
bool recordCurrentRequests =
_activeRequests
.Enabled;