1 write to _activeRequestsCounter
Microsoft.AspNetCore.Hosting (1)
Internal\HostingMetrics.cs (1)
23_activeRequestsCounter = _meter.CreateUpDownCounter<long>(
4 references to _activeRequestsCounter
Microsoft.AspNetCore.Hosting (4)
Internal\HostingMetrics.cs (4)
41_activeRequestsCounter.Add(1, tags); 50if (_activeRequestsCounter.Enabled) 52_activeRequestsCounter.Add(-1, tags); 101public bool IsEnabled() => _activeRequestsCounter.Enabled || _requestDuration.Enabled;