1 write to _activeRequestsCounter
Microsoft.AspNetCore.Hosting (1)
Internal\HostingMetrics.cs (1)
24_activeRequestsCounter = _meter.CreateUpDownCounter<long>(
4 references to _activeRequestsCounter
Microsoft.AspNetCore.Hosting (4)
Internal\HostingMetrics.cs (4)
42_activeRequestsCounter.Add(1, tags); 51if (_activeRequestsCounter.Enabled) 53_activeRequestsCounter.Add(-1, tags); 102public bool IsEnabled() => _activeRequestsCounter.Enabled || _requestDuration.Enabled;